C# Класс Microsoft.SqlServer.TDS.Authentication.TDSFedAuthInfoToken

FeatureAck token definition.
Наследование: TDSPacketToken
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Deflate ( Stream destination ) : void

Deflate the token.

Inflate ( Stream source ) : bool

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream

TDSFedAuthInfoToken ( ) : System.IO

Default Constructor.

TDSFedAuthInfoToken ( Stream source ) : System.IO

Inflating constructor.

Описание методов

Deflate() публичный Метод

Deflate the token.
public Deflate ( Stream destination ) : void
destination System.IO.Stream Stream the token to deflate to.
Результат void

Inflate() публичный Метод

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream
public Inflate ( Stream source ) : bool
source System.IO.Stream Stream to inflate the token from.
Результат bool

TDSFedAuthInfoToken() публичный Метод

Default Constructor.
public TDSFedAuthInfoToken ( ) : System.IO
Результат System.IO

TDSFedAuthInfoToken() публичный Метод

Inflating constructor.
public TDSFedAuthInfoToken ( Stream source ) : System.IO
source System.IO.Stream
Результат System.IO