Dart.Ftp Namespace > TcpSocketOption Class : KeepAliveTime Property |
<DefaultValueAttribute(7200000)> Public Property KeepAliveTime As Integer
Dim instance As TcpSocketOption Dim value As Integer instance.KeepAliveTime = value value = instance.KeepAliveTime
[DefaultValue(7200000)] public int KeepAliveTime {get; set;}
[DefaultValue(7200000)] public: property int KeepAliveTime { int get(); void set ( int value); }
Set to 0 to disable keepalives. Defaults to 7,200,000 (2 hours).
This property is not implemented in MONO.