InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetEcho Property


In This Topic
    TelnetEcho Property (IConnectionSettingsTelnet)
    In This Topic
    Controls how InfoConnect responds to a remote echo from a Telnet host.
    Syntax
    'Declaration
     
    
    Property TelnetEcho As TelnetEchoOption
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As TelnetEchoOption
     
    instance.TelnetEcho = value
     
    value = instance.TelnetEcho
    TelnetEchoOption TelnetEcho {get; set;}

    Property Value

    The default value is Auto. This value can be changed during an open connection.
    See Also