Method | Description | |
---|---|---|
Close ( ) : void |
Close the stream
|
|
Initialize ( ) : void |
Prepare the stream for reading and writing
|
Method | Description | |
---|---|---|
TcpCommunicator ( |
A Communicator with a given IP and Port
|
protected TcpCommunicator ( |
||
ip | IP associated with this TcpCommunicator | |
port | int | Port associated with this TcpCommunicator |
return | System.Net |