C# Class Microsoft.SqlServer.TDS.SQLBatch.TDSSQLBatchToken

Login acknowledgement packet
Inheritance: TDSPacketToken
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream

TDSSQLBatchToken ( ) : System

Default constructor

TDSSQLBatchToken ( Stream source ) : System

Inflating constructor

Method Details

Deflate() public method

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

Inflate() public method

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream
public Inflate ( Stream source ) : bool
source Stream Stream to inflate the token from
return bool

TDSSQLBatchToken() public method

Default constructor
public TDSSQLBatchToken ( ) : System
return System

TDSSQLBatchToken() public method

Inflating constructor
public TDSSQLBatchToken ( Stream source ) : System
source Stream
return System