PowerTCP Mail for .NET
KeepAliveTime Property




The connection idle time in milliseconds before TCP will begin sending keepalives.
Syntax
<DefaultValueAttribute()>
Public Property KeepAliveTime As Integer
Dim instance As TcpSocketOption
Dim value As Integer
 
instance.KeepAliveTime = value
 
value = instance.KeepAliveTime
[DefaultValue()]
public int KeepAliveTime {get; set;}
[DefaultValue()]
public: __property int get_KeepAliveTime();
public: __property void set_KeepAliveTime( 
   int value
);
[DefaultValue()]
public:
property int KeepAliveTime {
   int get();
   void set (    int value);
}
Remarks

Set to 0 to disable keepalives. Defaults to 7,200,000 (2 hours).

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