setMaxConcurrentFileDownloads
void session.setMaxConcurrentFileDownloads ( int maxConcurrentFileDownloads ) (professional and enterprise editions only)
Description
Set the maximum number of concurrent file downloads to a allow.
Parameters
- maxConcurrentFileDownloads The maximum number of downloads to allow, as an integer.
Return Values
Returns void.
Change Log
Version | Description |
---|---|
5.0 | Added for professional and enterprise editions. |
Examples
Set Max for Concurrent File Downloads
// Limit the number of concurrent file downloads to 10
session.setMaxConcurrentFileDownloads( 10 );
session.setMaxConcurrentFileDownloads( 10 );
See Also
- getMaxConcurrentFileDownloads() [session] - Gets the maximum number of concurrent file downloads allowed
scraper on 07/16/2010 at 5:20 pm
- Printer-friendly version
- Login or register to post comments