setConnectionTimeout

void session.setConnectionTimeout ( int timeout )

Description

Set the timeout value for scrapeable files in the session.

Parameters

  • timeout The length of the timeout in seconds, as an integer.

Return Values

Returns void.

Change Log

Version Description
5.0.1a Introduced for all editions.

Examples

Set Connection Timeout

 // set connection timeout to 15 seconds
 session.setConnectionTimeout( 15 );

See Also