This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| enum | ConnectionState { } |
| Action | |
| Action< int, byte[], int, int > |
| ConnectionState | connectionState ( ) [Get] |
| bool | Connected ( ) [Get] |
| TcpClient | tcpClient ( ) |
| byte [][] | receivedBuffers ( ) |
| int | |
| int | |
| ManualResetEvent |
| void | Connect ( int listeningPort ) |
| void | Disconnect ( ) |
| void | Tick ( ) |
| void | ConnectCallback ( IAsyncResult ar ) |
| void | OnReadDataCallback ( IAsyncResult ar ) |