Downloader.EnableParallelDownload method |
|
Remarks
Enables/disables downloading in parallel mode: when enabled, the downloader performs parallel downloads of different chunks of the same file in order to avoid download speed throttling by certain types of server.
For details about management of download sessions from HTTP and FTP servers, refer to the How to manage download sessions tutorial.
Syntax
[Visual Basic] control.Downloader.EnableParallelDownload ( bEnable as enumBoolean ) |
[C++] void control.Downloader.EnableParallelDownload ( short bEnable ); |
Parameter |
Description |
|||||||||
|
|
|||||||||
bEnable |
Flag for determining if the usage parallel download mode must be disabled or not. Supported values are the following:
|
Return value
None