C# Class DotNetOpenAuth.ApplicationBlock.Util

Mostrar archivo Open project: 23/23-api-dotnet

Public Methods

Method Description
AssertBoundary ( this channel ) : void

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

Private Methods

Method Description
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.

Method Details

AssertBoundary() public static method

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