C# Класс Microsoft.SqlServer.TDS.Login7.TDSLogin7Token

Login 7 request packet
Наследование: TDSPacketToken
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
FixedPacketLength ushort

Открытые методы

Метод Описание
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

Описание методов

Deflate() публичный Метод

Deflate the token
public Deflate ( Stream destination ) : void
destination Stream Stream to deflate token to
Результат void

Inflate() публичный Метод

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
Результат bool

TDSLogin7Token() публичный Метод

Default constructor
public TDSLogin7Token ( ) : System
Результат System

TDSLogin7Token() публичный Метод

Inflating constructor
public TDSLogin7Token ( Stream source ) : System
source Stream
Результат System

Описание свойств

FixedPacketLength защищенное статическое свойство

Length of the fixed portion of the packet
protected static ushort FixedPacketLength
Результат ushort