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

Token that contains session state
Inheritance: TDSPacketToken
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token

TDSSessionStateToken ( ) : System.IO

Default constructor

Method Details

Deflate() public method

Deflate the token
public Deflate ( Stream destination ) : void
destination System.IO.Stream Stream to deflate token to
return void

Inflate() public method

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

TDSSessionStateToken() public method

Default constructor
public TDSSessionStateToken ( ) : System.IO
return System.IO