PowerTCP Mail for .NET
KeepAliveInterval Property




The time in milliseconds between retransmission of keepalives once the KeepAliveTime has expired.
Syntax
<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);
}
Remarks

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.

See Also

Reference

TcpSocketOption Class
TcpSocketOption Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic