The TCPConnection type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
ConnectionDefaultSendReceiveOptions |
The default SendReceiveOptions used for this connection
(Inherited from Connection.) | |
ConnectionInfo |
Connection information related to this connection.
(Inherited from Connection.) | |
EnableNagleAlgorithmForNewConnections |
By default usage of Nagle's algorithm during TCP exchanges is disabled for performance reasons. If you wish it to be used for newly established connections set this property to true.
| |
SSLOptions |
The SSL options associated with this connection.
| |
SyncRoot |
Connection level SyncRoot which can be used to perform multiple thread safe operations on this connection
external to NetworkComms.Net
(Inherited from Connection.) |
See Also