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


TelnetEchoOption Enumeration
Specifies the Telnet echo option.
Syntax
'Declaration
 
Public Enum TelnetEchoOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TelnetEchoOption
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