Method | Description | |
---|---|---|
BroadcastClient ( string IP, int port, string msg ) : System | ||
StartClient ( object cnt ) : void |
Method | Description | |
---|---|---|
ConnectCallback ( IAsyncResult ar ) : void | ||
Send ( Socket client, String data ) : void | ||
SendCallback ( IAsyncResult ar ) : void |
public BroadcastClient ( string IP, int port, string msg ) : System | ||
IP | string | |
port | int | |
msg | string | |
return | System |