Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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
AutoReflection attempts to negotiate remote echo, but does what the host commands.
NoReflection negotiates remote echo with the host, but does not echo.
YesReflection negotiates local echo with the host, but always echoes.
Inheritance Hierarchy

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

See Also