Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetKeepAliveTimeout Property


TelnetKeepAliveTimeout Property
Gets or sets the interval (in seconds) between keep alive requests.
Syntax
'Declaration
 
Property TelnetKeepAliveTimeout As Integer
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Integer
 
instance.TelnetKeepAliveTimeout = value
 
value = instance.TelnetKeepAliveTimeout
Exceptions
ExceptionDescription
This exception is thrown if the set parameter is outside the range of valid values.
This exception is thrown when you modify a property that was esecured via the Permissions Manager or that can only be modified by an Administrator.
Remarks
This property is relevant only if TelnetKeepAlive is set to KeepAliveNOP or KeepAliveTimingMark. The default value is 600. The range of values is 1 - 9999.
See Also