'Declaration
Public Enum TelnetEchoOption Inherits System.Enum
'Usage
Dim instance As TelnetEchoOption
public enum TelnetEchoOption : System.Enum
'Declaration
Public Enum TelnetEchoOption Inherits System.Enum
'Usage
Dim instance As TelnetEchoOption
public enum TelnetEchoOption : System.Enum
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. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.TelnetEchoOption