Click or drag to resize
TcpNetworkClientKeepAliveTimeout Field
Time until a half-closed / half-open connection is terminated. This can be the case when a router or cable was disconnected.

To turn off keep-alive checking set KeepAliveTimeout to Timespan.Zero

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public TimeSpan KeepAliveTimeout

Field Value

Type: TimeSpan
See Also