Method | Description | |
---|---|---|
AsyncSocketsClient ( string address, int port ) : System |
Initializes a new instance of the AsyncSocketsClient class.
|
|
Close ( ) : void |
public AsyncSocketsClient ( string address, int port ) : System | ||
address | string | Address of the server to connect to. |
port | int | Port of the server to connect to. |
return | System |