TransferredDataLimit Property
The maximum of data to be transferred.
Syntax
[VB.NET] Public Property TransferredDataLimit As Long
[C#] public long TransferredDataLimit {get; set;}
Remarks
This property contains the maximum of data to be transferred. The default value is 0, which will not impose any limits on the amount of data accumulated in the TransferredData property.
Default Value
0