INetHttpCommand.ConnectionTimeout

Syntax

ConnectionTimeout: Integer;

Description

The ConnectionTimeout property determines connection timeout of GET request.

Comments

The time is determined in milliseconds. If request is not executed during the specified time, its execution stops.

Example

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

See also:

INetHttpCommand