NetworkComms DisableConnectionSendTimeouts Property NetworkComms.Net Help
By default NetworkComms.Net closes connections for which sends take a long time. The timeout is calculated based on previous connection send performances. Set this to true to disable this feature.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static bool DisableConnectionSendTimeouts { get; set; }

Property Value

Type: OnlineBoolean
See Also