TCPConnection PropertiesNetworkComms.Net Help
The TCPConnection type exposes the following members.
Properties

  NameDescription
Public propertyConnectionDefaultSendReceiveOptions
The default SendReceiveOptions used for this connection
(Inherited from Connection.)
Public propertyConnectionInfo
Connection information related to this connection.
(Inherited from Connection.)
Public propertyStatic memberEnableNagleAlgorithmForNewConnections
By default usage of OnlineNagle'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.
Public propertySSLOptions
The SSL options associated with this connection.
Public propertySyncRoot
Connection level SyncRoot which can be used to perform multiple thread safe operations on this connection external to NetworkComms.Net
(Inherited from Connection.)
Back to Top
See Also