IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

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 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).

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

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]