TransferredData Property

The contents of the last response from the server.

Syntax

soapcontrol.TransferredData

Default Value

""

Remarks

This property contains the contents of the last response from the server. If the LocalFile is empty, the data is accumulated in TransferredData, and can also be received in the Transfer event. Otherwise, this property returns an empty string.

TransferredDataLimit controls the maximum amount of data accumulated in TransferredData (by default there is no limit).

To read or write binary data to the property, a Variant (Byte Array) version is provided in .TransferredDataB.

This property is read-only and not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 ActiveX Edition - Version 20.0 [Build 8307]