C# Class Microsoft.SqlServer.TDS.Login7.TDSLogin7SessionRecoveryOptionToken

Token that is sent in the login packet for session recovery
Inheritance: TDSLogin7FeatureOptionToken
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

TDSLogin7SessionRecoveryOptionToken ( ) : System.IO

Initialization Constructor.

TDSLogin7SessionRecoveryOptionToken ( 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 to deflate token to
Résultat void

Inflate() public méthode

Inflate the token
public Inflate ( Stream source ) : bool
source System.IO.Stream Stream to inflate the token from
Résultat bool

TDSLogin7SessionRecoveryOptionToken() public méthode

Initialization Constructor.
public TDSLogin7SessionRecoveryOptionToken ( ) : System.IO
Résultat System.IO

TDSLogin7SessionRecoveryOptionToken() public méthode

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