INetHttpCommand.Timeout

Syntax

Timeout: Integer;

None;

Description

The Timeout property determines timeout of GET request.

Comments

Time is set 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