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

FeatureAck token definition.
Inheritance: TDSPacketToken
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Deflate the token.
public Deflate ( Stream destination ) : void
destination System.IO.Stream Stream the token to deflate to.
Résultat void

Inflate() public méthode

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.
Résultat bool

TDSFedAuthInfoToken() public méthode

Default Constructor.
public TDSFedAuthInfoToken ( ) : System.IO
Résultat System.IO

TDSFedAuthInfoToken() public méthode

Inflating constructor.
public TDSFedAuthInfoToken ( Stream source ) : System.IO
source System.IO.Stream
Résultat System.IO