Admin Production rocket
Current Publication

TelnetEchoOption

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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
Member Description
Auto Reflection attempts to negotiate remote echo, but does what the host commands.
No Reflection negotiates remote echo with the host, but does not echo.
Yes Reflection negotiates local echo with the host, but always echoes.
Inheritance Hierarchy

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

See Also