C# Class Microsoft.SqlServer.TDS.SessionState.TDSSessionStateContextInfoOption

Session state for the context information
Inheritance: TDSSessionStateOption
Mostrar archivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate state into the stream

Inflate ( Stream source ) : bool

Inflate from stream

TDSSessionStateContextInfoOption ( ) : System

Default constructor

Method Details

Deflate() public method

Deflate state into the stream
public Deflate ( Stream destination ) : void
destination Stream
return void

Inflate() public method

Inflate from stream
public Inflate ( Stream source ) : bool
source Stream
return bool

TDSSessionStateContextInfoOption() public method

Default constructor
public TDSSessionStateContextInfoOption ( ) : System
return System