InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TelnetLineModeOption Enumeration


In This Topic
    TelnetLineModeOption Enumeration
    In This Topic
    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
    public enum TelnetLineModeOption : System.Enum 
    Members
    MemberDescription
    AlwaysAlways use line mode.
    EchoUse line mode when the host tells InfoConnect 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