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.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan KeepAliveTimeout
Public KeepAliveTimeout As TimeSpan
public:
TimeSpan KeepAliveTimeout
val mutable KeepAliveTimeout: TimeSpan
Field Value
Type:
TimeSpan
See Also