Method | Description | |
---|---|---|
AssertBoundary ( this channel ) : void |
Sets the channel's outgoing HTTP requests to use default network credentials.
|
Method | Description | |
---|---|---|
AddOutgoingHttpRequestTransform ( this channel, Action |
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 ( ) : |
||
GetIndividualFlags ( |
Enumerates through the individual set bits in a flag enum.
|
public static AssertBoundary ( this channel ) : void | ||
channel | this | The channel to modify. |
return | void |