TransferredDataLimit Property
The maximum of bytes of data to be transferred.
Syntax
rsscontrol.TransferredDataLimit[=long64]
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 control will accumulate and parse. If this value is set to a number n which is greater than 0, the control will only receive the first n bytes of data from the server.
Data Type
Long64