C# 클래스 Microsoft.SqlServer.TDS.Login7.TDSLogin7Token

Login 7 request packet
상속: TDSPacketToken
파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

프로퍼티 타입 설명
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