The Connection type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | ConnectionDefaultSendReceiveOptions |
The default SendReceiveOptions used for this connection
|
![]() | ConnectionInfo |
Connection information related to this connection.
|
![]() ![]() | ConnectionKeepAlivePollIntervalSecs |
The interval between keep alive polls of all connections. Set to int.MaxValue to disable keep alive poll
|
![]() ![]() | DefaultMSPerKBSendTimeout |
The default milliseconds per KB write timeout before connection specific values become available. Default is 1000. See MinNumSendsBeforeConnectionSpecificSendTimeout.
|
![]() ![]() | MaxNumSendTimes |
The maximum number of writes intervals to maintain. Default is 100.
|
![]() ![]() | MinimumMSPerKBSendTimeout |
The minimum number of milliseconds to allow per KB before a write timeout may occur. Default is 20.0.
|
![]() ![]() | MinNumSendsBeforeConnectionSpecificSendTimeout |
The minimum number of writes before the connection specific write timeouts will be used. Default is 4.
|
![]() ![]() | MinSendTimeoutMS |
The minimum timeout for any sized send in milliseconds. Prevents timeouts when sending less than 1KB. Default is 2000.
|
![]() ![]() | NumberOfStDeviationsForWriteTimeout |
The number of standard deviations from the mean to use for write timeouts. Default is 3.0.
|
![]() | SyncRoot |
Connection level SyncRoot which can be used to perform multiple thread safe operations on this connection
external to NetworkComms.Net
|
See Also