INetHttpCommand.Timeout

Syntax

Timeout: Integer;

Description

The Timeout property determines timeout of GET request.

Comments

Time is set in seconds. If the request is not executed for the specified time, it is stopped.

Example

The example of use is given in description of the INetHttpCommand.Credential property.

See also:

INetHttpCommand