InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / ConvertEOLToSeparator Property


In This Topic
    ConvertEOLToSeparator Property
    In This Topic
    This property applies to ASCII transfers to the host.
    Syntax
    'Declaration
     
    
    Property ConvertEOLToSeparator As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.ConvertEOLToSeparator = value
     
    value = instance.ConvertEOLToSeparator
    bool ConvertEOLToSeparator {get; set;}
    Remarks
    The default value is true. It returns or specifies whether the WRQ/Reflection file transfer host program is instructed to generate a new record every time it receives the carriage return/linefeed sequence from the emulator. The equivalent property for transfers from the host is ConvertSeparatorToEOL, which determines whether a new line is generated at the end of each record received from the host during an ASCII transfer.
    See Also