getMaxConcurrentFileDownloads
int session.getMaxConcurrentFileDownloads ( ) (professional and enterprise editions only)
Description
Retrieve the maximum number of concurrent file downloads being allowed.
Parameters
This methods does not receive any parameters.
Return Values
Returns the max number of concurrent file downloads allowed, as an integer.
Change Log
Version | Description |
---|---|
5.0 | Added for professional and enterprise editions. |
Examples
Check Max Concurrent File Downloads
// How many concurrent downloads are permitted
maxConcurrentDownloads = session.getMaxConcurrentFileDownloads();
maxConcurrentDownloads = session.getMaxConcurrentFileDownloads();
See Also
- setMaxConcurrentFileDownloads() [session] - Sets the maximum number of concurrent file downloads
scraper on 07/16/2010 at 5:20 pm
- Printer-friendly version
- Login or register to post comments