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( );

See Also