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

Login 7 request packet
Inheritance: TDSPacketToken
Mostrar archivo Open project: dotnet/corefx

Protected Properties

Property Type Description
FixedPacketLength ushort

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

TDSLogin7Token ( ) : System

Default constructor

TDSLogin7Token ( 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

TDSLogin7Token() public method

Default constructor
public TDSLogin7Token ( ) : System
return System

TDSLogin7Token() public method

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

Property Details

FixedPacketLength protected_oe static_oe property

Length of the fixed portion of the packet
protected static ushort FixedPacketLength
return ushort