PowerTCP Telnet for .NET
KeepAliveInterval Property




Syntax
<DefaultValueAttribute(1000)>
Public Property KeepAliveInterval As Integer
Dim instance As TcpSocketOption
Dim value As Integer
 
instance.KeepAliveInterval = value
 
value = instance.KeepAliveInterval
[DefaultValue(1000)]
public int KeepAliveInterval {get; set;}
[DefaultValue(1000)]
public: __property int get_KeepAliveInterval();
public: __property void set_KeepAliveInterval( 
   int value
);
[DefaultValue(1000)]
public:
property int KeepAliveInterval {
   int get();
   void set (    int value);
}
See Also

Reference

TcpSocketOption Class
TcpSocketOption Members


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