Dart.Mail Namespace > TcpSocketOption Class : KeepAliveInterval Property |
<DefaultValueAttribute()> Public Property KeepAliveInterval As Integer
Dim instance As TcpSocketOption Dim value As Integer instance.KeepAliveInterval = value value = instance.KeepAliveInterval
[DefaultValue()] public int KeepAliveInterval {get; set;}
[DefaultValue()] public: __property int get_KeepAliveInterval(); public: __property void set_KeepAliveInterval( int value );
[DefaultValue()] 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.