TcpClientProperties Properties |
The TcpClientProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectTimeout |
Maximum time (ms) to wait for a connection be to established.
| |
| MinReconnectDelay |
Minimum time (ms) to wait before reconnecting to the same address.
| |
| NoDelay |
Enable TCP no-delay.
(Inherited from TcpConnectionProperties.) | |
| ReceiveTimeout |
Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.)
(Inherited from TcpConnectionProperties.) | |
| SendTimeout |
Maximum time (ms) to wait for the operating system to send a packet. (-1 means wait forever.)
(Inherited from TcpConnectionProperties.) |