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

A single option of the feature extension acknowledgement block
Inheritance: IDeflatable, IInflatable
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate the token.

Inflate ( Stream source ) : bool

Inflate the token

TDSFedAuthInfoOption ( ) : System

Initialization Constructor.

Method Details

Deflate() public abstract method

Deflate the token.
public abstract Deflate ( Stream destination ) : void
destination Stream
return void

Inflate() public abstract method

Inflate the token
public abstract Inflate ( Stream source ) : bool
source Stream
return bool

TDSFedAuthInfoOption() public method

Initialization Constructor.
public TDSFedAuthInfoOption ( ) : System
return System