INetHttpCommand.Timeout

Syntax

Timeout: Integer;

Description

The Timeout property determines timeout of GET request.

Comments

The time is determined in milliseconds. If request will not be executed in time, then its execution stops.

Example

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

See also:

INetHttpCommand