Dart.Ftp Namespace > TcpSocketOption Class : KeepAliveInterval Property |
<DefaultValueAttribute(1000)> Public Property KeepAliveInterval As Integer
Dim instance As TcpSocketOption Dim value As Integer instance.KeepAliveInterval = value value = instance.KeepAliveInterval
[DefaultValue(1000)] public int KeepAliveInterval {get; set;}
[DefaultValue(1000)] public: property int KeepAliveInterval { int get(); void set ( int value); }
Once KeepAliveTime has expired, keepalives are sent every KeepAliveInterval milliseconds until a response is received, up to the maximum established by TcpMaxDataRetransmissions (OS-level configuration) before the connection is terminated. The default is 1000 (1 sec).
This property is not implemented in MONO.