Click or drag to resize
INetworkConnectorUseKeepAlive Property
Gets a value indicating that keep-alive packets are to be used instead of the connection reset value.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool UseKeepAlive { get; set; }

Property Value

Type: Boolean
Remarks
Note that Mono does not support the use of keep-alive packets. When running under Mono this flag is always set to false.
See Also