Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / TelnetLineModeOption Enumeration


TelnetLineModeOption Enumeration
Specifies line mode use for Telnet connections. All options other than RFC are know as "faux" line mode.
Syntax
'Declaration
 
Public Enum TelnetLineModeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TelnetLineModeOption
Members
MemberDescription
AlwaysAlways use line mode.
EchoUse line mode when the host tells Reflection to do the echoing.
EchoSGAUse line mode for Echo or SGA.
NeverDoesn't use line mode.
RFCNegotiate line mode use when connected to a host that supports line mode.
SGAUse line mode when the host does not suppress Go Ahead.
Inheritance Hierarchy

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

See Also