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


In This Topic
    TelnetTermType Property (IConnectionSettingsTelnet)
    In This Topic
    The terminal type string that is sent to the Telnet server if the server requests this information during the suboption TERM negotiation stage of the connection.
    Syntax
    'Declaration
     
    
    Property TelnetTermType As String
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As String
     
    instance.TelnetTermType = value
     
    value = instance.TelnetTermType
    string TelnetTermType {get; set;}

    Property Value

    The default values are "VT100" for VT emulation and "VT220" for UNIX and OpenVMS, and ReGIS Graphics emulations. This value cannot be changed if the connection is open.
    See Also