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

A single option of the feature extension acknowledgement block
Inheritance: IDeflatable, IInflatable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Deflate ( Stream destination ) : void

Deflate the token.

Inflate ( Stream source ) : bool

Inflate the token

TDSFedAuthInfoOption ( ) : System

Initialization Constructor.

Method Details

Deflate() public abstract méthode

Deflate the token.
public abstract Deflate ( Stream destination ) : void
destination Stream
Résultat void

Inflate() public abstract méthode

Inflate the token
public abstract Inflate ( Stream source ) : bool
source Stream
Résultat bool

TDSFedAuthInfoOption() public méthode

Initialization Constructor.
public TDSFedAuthInfoOption ( ) : System
Résultat System