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


In This Topic
    WRQPreserveCounts Property
    In This Topic
    Returns or specifies whether record byte counts are transferred with data during a binary transfer to the host.
    Syntax
    'Declaration
     
    
    Property WRQPreserveCounts As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WRQPreserveCounts = value
     
    value = instance.WRQPreserveCounts
    bool WRQPreserveCounts {get; set;}

    Property Value

    The default value is false.
    Remarks
    This property is only relevant for transfers to VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false.
    See Also