C# Класс Microsoft.SqlServer.TDS.EndPoint.TDSClientParser

Parser of the TDS packets on the client
Наследование: TDSParser
Показать файл Открыть проект Примеры использования класса

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