Свойство | Тип | Описание | |
---|---|---|---|
_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, |
Client TDS parser initialization constructor
|
Метод | Описание | |
---|---|---|
_ReadResponse ( ) : TDSMessage |
Read data from TDS server
|
|
_WriteRequest ( TDSMessage requestMessage ) : void |
Send a request to the TDS server
|
public TDSClientParser ( ITDSClient client, |
||
client | ITDSClient | |
transport | ||
Результат | System.IO |