메소드 | 설명 | |
---|---|---|
AsynchronousClient ( String host, int port, UpdateStatusDelegate updateStatus, bool debug ) : System | ||
Close ( ) : void | ||
Send ( String data ) : void | ||
StartClient ( ) : void | ||
sendDoneWaitOne ( ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |