Property | Type | Description | |
---|---|---|---|
Log | void |
Method | Description | |
---|---|---|
Connect ( ) : void |
Establish connection and log into the SQL Server
|
|
Disconnect ( ) : void |
Log out and disconnect from SQL Server
|
|
SendRequest ( ) : void |
Dispatch a request to the server
|
|
TDSClientEndPoint ( ITDSClient client ) : System |
Initialization constructor
|
|
TDSClientEndPoint ( ITDSClient client, Func |
Initialization constructor
|
Method | Description | |
---|---|---|
Log ( string text ) : void |
Write a string to the log
|
public TDSClientEndPoint ( ITDSClient client ) : System | ||
client | ITDSClient | TDS client instance that will drive the communication with the TDS server |
return | System |
public TDSClientEndPoint ( ITDSClient client, Func |
||
client | ITDSClient | |
funcTDSStreamPreWriteCallBack | Func |
|
funcPostConnect | Action |
|
funcTCPClientDisconnect | Action |
|
return | System |