Property | Type | Description |
---|
Method | Description | |
---|---|---|
Close ( ) : void |
Close the stream
|
|
Initialize ( ) : void |
Prepare the stream for reading and writing
|
|
TcpClientCommunicator ( |
Connects to a specified server
|
|
TcpClientCommunicator ( string ip, int port ) : System.Net |
Connects to a specified server
|
public TcpClientCommunicator ( |
||
ip | IP to connect to | |
port | int | Port to connect on |
return | System.Net |
public TcpClientCommunicator ( string ip, int port ) : System.Net | ||
ip | string | IP to connect to |
port | int | Port to connect on |
return | System.Net |