TransferredData Property
The contents of the last response from the server.
Syntax
[VB.NET] Public ReadOnlyProperty TransferredData As String Public ReadOnlyProperty TransferredDataB As Byte()
[C#] public string TransferredData {get;} public byte[] TransferredDataB {get;}
Remarks
This property is used to get the data of the last response from the server.
TransferredData will be populated after a successful QueryService or CustomRequest call, provided that LocalFile is not set. If LocalFile is set, the object data will be written to the file specified.
This property is read-only and not available at design time.
Default Value
""