Connection ConnectionKeepAlivePollIntervalSecs Property NetworkComms.Net Help
The interval between keep alive polls of all connections. Set to int.MaxValue to disable keep alive poll

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

public static int ConnectionKeepAlivePollIntervalSecs { get; set; }

Property Value

Type: OnlineInt32
See Also