InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetTermDefault Property


In This Topic
    TelnetTermDefault Property (IConnectionSettingsTelnet)
    In This Topic
    The terminal type string that is sent as a backup to the Telnet server if the server requests this information and doesn't recognize the current value set for TelnetTermType.
    Syntax
    'Declaration
     
    
    Property TelnetTermDefault As String
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As String
     
    instance.TelnetTermDefault = value
     
    value = instance.TelnetTermDefault
    string TelnetTermDefault {get; set;}

    Property Value

    The default value UNIX and OpenVMS, and ReGIS Graphics emulations is "VT100,DEC-VT100". This value cannot be changed if the connection is open.
    Remarks
    During negotiations, some hosts that can successfully connect using your preferred terminal type skip this value and connect using the backup value specified by TelnetTermDefault. To correct this behavior, set TelnetTermDefault to an empty string ("").
    See Also