C# 클래스 DotNetOpenAuth.ApplicationBlock.Util

파일 보기 프로젝트 열기: 23/23-api-dotnet

공개 메소드들

메소드 설명
AssertBoundary ( this channel ) : void

Sets the channel's outgoing HTTP requests to use default network credentials.

비공개 메소드들

메소드 설명
AddOutgoingHttpRequestTransform ( this channel, Action action ) : void

Adds some action to any outgoing HTTP request on this channel.

CopyTo ( this copyFrom, Stream copyTo ) : int

Copies the contents of one stream to another.

Copying begins at the streams' current positions. The positions are NOT reset after copying is complete.

CopyTo ( this copyFrom, Stream copyTo, int maximumBytesToCopy ) : int

Copies the contents of one stream to another.

Copying begins at the streams' current positions. The positions are NOT reset after copying is complete.

GetCallbackUrlFromContext ( ) : Uri
GetIndividualFlags ( Enum flags ) : IEnumerable

Enumerates through the individual set bits in a flag enum.

메소드 상세

AssertBoundary() 공개 정적인 메소드

Sets the channel's outgoing HTTP requests to use default network credentials.
public static AssertBoundary ( this channel ) : void
channel this The channel to modify.
리턴 void