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


In This Topic
    TelnetBinary Property (IConnectionSettingsTelnet)
    In This Topic
    Gets or sets whether InfoConnect always requests a binary mode connection (an 8-bit data path).
    Syntax
    'Declaration
     
    
    Property TelnetBinary As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.TelnetBinary = value
     
    value = instance.TelnetBinary
    bool TelnetBinary {get; set;}

    Property Value

    The default value is false. This value cannot be changed if the connection is open.
    Remarks
    A binary connection is required for some types of data transfers, such as Xmodem file transfers.
    See Also