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


In This Topic
    UseHostRecordSeparator Property
    In This Topic
    Returns or specifies whether InfoConnect uses the record separator character specified by HostRecordSeparator when an ASCII file is transferred from the host.
    Syntax
    'Declaration
     
    
    Property UseHostRecordSeparator As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.UseHostRecordSeparator = value
     
    value = instance.UseHostRecordSeparator
    bool UseHostRecordSeparator {get; set;}

    Property Value

    The default value is true
    Remarks
    This property only applies to ASCII file transfers using the WRQ/Reflection protocol. The default value is true
    See Also