C# Класс DotNetOpenAuth.ApplicationBlock.Util

Показать файл Открыть проект

Открытые методы

Метод Описание
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