Dart.Telnet Namespace > TcpSocketOption Class : KeepAliveInterval Property |
<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); }