getConnectionTimeout
int session.getConnectionTimeout ( )
Description
Retrieve the timeout value for scrapeable files in the session.
Parameters
This method does not receive any parameters.
Return Values
Returns the timeout value in milliseconds, as an integer.
Change Log
Version | Description |
---|---|
5.0.1a | Introduced for all editions. |
Examples
Retrieve Connection Timeout
// set variable to connection timeout
timeout = session.getConnectionTimeout( );
timeout = session.getConnectionTimeout( );
See Also
- setConnectionTimeout() [session] - Sets the connection timeout
scraper on 08/13/2010 at 12:09 pm
- Printer-friendly version
- Login or register to post comments