TcpNetworkClient Methods |
The TcpNetworkClient type exposes the following members.
Name | Description | |
---|---|---|
Close |
Closes the established connection.
| |
Connect(EndPoint, Boolean) |
Initiates TCP connect to remote endpoint.
| |
Connect(String, Int32, Boolean) |
Initiates TCP connect to remote endpoint.
| |
Equals |
Tests if this TcpNetworkClient is considered equal to another.
| |
Send(Byte) |
Sends a buffer to the remote end of the connection.
| |
Send(String) |
Send this message.
| |
Send(OffsetBufferByte) |
Sends a buffer to the remote end of the connection.
| |
Shutdown |
Call Shutdown before Close() to ensure that data is sent/received before the socket is
closed.
| |
StartReceiveChain |
When packet reception is needed, this method starts the initial receive chain.
|
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |