C# 클래스 Microsoft.SqlServer.TDS.EndPoint.TDSClientParser

Parser of the TDS packets on the client
상속: TDSParser
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
_ReadResponse TDSMessage
_WriteRequest void

공개 메소드들

메소드 설명
Login ( ) : void

Authenticate against TDS Server

Logout ( ) : void

Complete

SendRequest ( ) : void

Dispatch a request to the server and process the response

TDSClientParser ( ITDSClient client, Stream transport ) : System.IO

Client TDS parser initialization constructor

비공개 메소드들

메소드 설명
_ReadResponse ( ) : TDSMessage

Read data from TDS server

_WriteRequest ( TDSMessage requestMessage ) : void

Send a request to the TDS server

메소드 상세

Login() 공개 메소드

Authenticate against TDS Server
public Login ( ) : void
리턴 void

Logout() 공개 메소드

Complete
public Logout ( ) : void
리턴 void

SendRequest() 공개 메소드

Dispatch a request to the server and process the response
public SendRequest ( ) : void
리턴 void

TDSClientParser() 공개 메소드

Client TDS parser initialization constructor
public TDSClientParser ( ITDSClient client, Stream transport ) : System.IO
client ITDSClient
transport System.IO.Stream
리턴 System.IO