INetworkConnectorUseKeepAlive Property |
Gets a value indicating that keep-alive packets are to be used instead of the
connection reset value.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool UseKeepAlive { get; set; }
Property UseKeepAlive As Boolean
Get
Set
property bool UseKeepAlive {
bool get ();
void set (bool value);
}
abstract UseKeepAlive : bool with get, set
Property Value
Type:
BooleanRemarks
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