Method | Description | |
---|---|---|
AsynchronousClient ( String host, int port, UpdateStatusDelegate updateStatus, bool debug ) : System | ||
Close ( ) : void | ||
Send ( String data ) : void | ||
StartClient ( ) : void | ||
sendDoneWaitOne ( ) : void |
Method | Description | |
---|---|---|
ConnectCallback ( IAsyncResult ar ) : void | ||
Receive ( Socket client ) : void | ||
ReceiveCallback ( IAsyncResult ar ) : void | ||
SendCallback ( IAsyncResult ar ) : void | ||
parseContent ( StateObject state ) : void |
public AsynchronousClient ( String host, int port, UpdateStatusDelegate updateStatus, bool debug ) : System | ||
host | String | |
port | int | |
updateStatus | UpdateStatusDelegate | |
debug | bool | |
return | System |