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


In This Topic
    TelnetNegotateInitOptions Property (IConnectionSettingsTelnet)
    In This Topic
    Specifies whether certain connection options, including whether to always request a binary mode connection, is negotiated when the Telnet connection is established.
    Syntax
    'Declaration
     
    
    Property TelnetNegotateInitOptions As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.TelnetNegotateInitOptions = value
     
    value = instance.TelnetNegotateInitOptions
    bool TelnetNegotateInitOptions {get; set;}

    Property Value

    The default value is false (does not negotiate Telnet options). This value cannot be changed if the connection is open.
    See Also