PowerTCP Sockets for .NET
KeepAliveTime Property




Syntax
'Declaration
 
<DefaultValueAttribute(7200000)>
Public Property KeepAliveTime As Integer
'Usage
 
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 get_KeepAliveTime();
public: __property void set_KeepAliveTime( 
   int value
);
[DefaultValue(7200000)]
public:
property int KeepAliveTime {
   int get();
   void set (    int value);
}
See Also

Reference

TcpSocketOption Class
TcpSocketOption Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic