Method | Description | |
---|---|---|
Authenticate ( string username, string password, string dbname ) : bool | ||
Call ( Action |
Send a message to the server and receive a response
|
|
Close ( ) : void | ||
Dispose ( ) : void | ||
Say ( Action |
Send a message to the server without receiving a response
|
Method | Description | |
---|---|---|
AddHost ( string name, int port ) : void | ||
CheckIn ( System.Net.Sockets.Port port ) : void | ||
CheckOut ( System.TimeSpan timeout ) : System.Net.Sockets.Port | ||
Connection ( string host, int port, int min = 1, int max = 10 ) : System | ||
Dispose ( bool disposing ) : void | ||
Hash ( string username, string password ) : string | ||
Open ( ) : void | ||
WithPort ( Action |
Do something with a port, then return it to the queue
|
public Authenticate ( string username, string password, string dbname ) : bool | ||
username | string | |
password | string | |
dbname | string | |
return | bool |
public Call ( Action |
||
msgWriter | Action |
|
return |
public Say ( Action |
||
msgWriter | Action |
|
safe | bool | if true, ensures the message executed without error on the server |
return | void |