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


In This Topic
    WRQSendSpooled Property
    In This Topic
    Returns or specifies whether files are sent to a spooled device on the host.
    Syntax
    'Declaration
     
    
    Property WRQSendSpooled As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WRQSendSpooled = value
     
    value = instance.WRQSendSpooled
    bool WRQSendSpooled {get; set;}

    Property Value

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