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

Class that defines a a feature option which is delivered in the login packet FeatureExt block
Inheritance: IInflatable, IDeflatable
Show file Open project: dotnet/corefx

Private Properties

Property Type Description

Public Methods

Method Description
Deflate ( Stream destination ) : void

Delate the token

Inflate ( Stream source ) : bool

Inflate the Feature option

Method Details

Deflate() public abstract method

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

Inflate() public abstract method

Inflate the Feature option
public abstract Inflate ( Stream source ) : bool
source Stream
return bool