InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectingSettingsBestNetwork Interface / TelnetLineMode Property


In This Topic
    TelnetLineMode Property (IConnectingSettingsBestNetwork)
    In This Topic
    Line mode and faux line mode for Telnet connections are supported.
    Syntax
    'Declaration
     
    
    Property TelnetLineMode As TelnetLineModeOption
    'Usage
     
    
    Dim instance As IConnectingSettingsBestNetwork
    Dim value As TelnetLineModeOption
     
    instance.TelnetLineMode = value
     
    value = instance.TelnetLineMode
    TelnetLineModeOption TelnetLineMode {get; set;}

    Property Value

    The default value is Never. This value cannot be changed if the connection is open.
    Remarks
    Line mode allows the emulator to store characters in a buffer until a carriage return is entered. Then, characters are sent to the host one packet at a time (instead of sending a single character as an individual packet).

    Line mode is useful for long network delays and may reduce costs on networks that charge on a per packet basis.

    See Also