InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetKeepAliveTimeout Property


In This Topic
    TelnetKeepAliveTimeout Property
    In This Topic
    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
    int TelnetKeepAliveTimeout {get; set;}
    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