TelnetLineModeOption Enumeration
In This Topic
Specifies line mode use for Telnet connections. All options other than RFC are know as "faux" line mode.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EBD")>
Public Enum TelnetLineModeOption
Inherits System.Enum
Members
Member | Description |
Always | Always use line mode. |
Echo | Use line mode when the host tells Reflection to do the echoing. |
EchoSGA | Use line mode for Echo or SGA. |
Never | Doesn't use line mode. |
RFC | Negotiate line mode use when connected to a host that supports line mode. |
SGA | Use line mode when the host does not suppress Go Ahead. |
See Also