InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TelnetEchoOption Enumeration


In This Topic
    TelnetEchoOption Enumeration
    In This Topic
    Specifies the Telnet echo option.
    Syntax
    'Declaration
     
    
    Public Enum TelnetEchoOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TelnetEchoOption
    public enum TelnetEchoOption : System.Enum 
    Members
    MemberDescription
    AutoInfoConnect attempts to negotiate remote echo, but does what the host commands.
    NoInfoConnect negotiates remote echo with the host, but does not echo.
    YesInfoConnect negotiates local echo with the host, but always echoes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.TelnetEchoOption

    See Also