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


In This Topic
    TelnetTrace Property (IConnectionSettingsTelnet)
    In This Topic
    When set to true, InfoConnect writes the negotiation process for the various Telnet options to the screen.
    Syntax
    'Declaration
     
    
    Property TelnetTrace As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.TelnetTrace = value
     
    value = instance.TelnetTrace
    bool TelnetTrace {get; set;}

    Property Value

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