InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsSecureShell Interface / SSHTermType Property


In This Topic
    SSHTermType Property
    In This Topic
    The terminal type string that is sent to the server if the server requests this information during the suboption TERM negotiation stage of the connection.
    Syntax
    'Declaration
     
    
    Property SSHTermType As String
    'Usage
     
    
    Dim instance As IConnectionSettingsSecureShell
    Dim value As String
     
    instance.SSHTermType = value
     
    value = instance.SSHTermType
    string SSHTermType {get; set;}
    Remarks
    The default values are "VT100" for VT emulation, and "VT220" for UNIX and OpenVMS, and ReGIS Graphics emuations.
    See Also