TelnetEchoOption Enumeration
In This Topic
Specifies the Telnet echo option.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EBF")>
Public Enum TelnetEchoOption
Inherits 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. |
See Also