C# Class Microsoft.SqlServer.TDS.Authentication.TDSFedAuthInfoToken

FeatureAck token definition.
Inheritance: TDSPacketToken
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Method Details

Deflate() public method

Deflate the token.
public Deflate ( Stream destination ) : void
destination System.IO.Stream Stream the token to deflate to.
return void

Inflate() public method

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.
return bool

TDSFedAuthInfoToken() public method

Default Constructor.
public TDSFedAuthInfoToken ( ) : System.IO
return System.IO

TDSFedAuthInfoToken() public method

Inflating constructor.
public TDSFedAuthInfoToken ( Stream source ) : System.IO
source System.IO.Stream
return System.IO