Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 |
Результат | System.Net |
public TcpClientCommunicator ( string ip, int port ) : System.Net | ||
ip | string | IP to connect to |
port | int | Port to connect on |
Результат | System.Net |