IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

TransferredDataLimit Property

The maximum of bytes of data to be transferred.

Syntax

__property __int64 TransferredDataLimit = {read=FTransferredDataLimit, write=FSetTransferredDataLimit, default=0};

Default Value

0

Remarks

This property defines the maximum of bytes of data to be transferred. The default value is 0, which means there is no limit to the amount of data the component will accumulate and parse. If this value is set to a number n which is greater than 0, the component will only receive the first n bytes of data from the server.

Data Type

Long64

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