ConnectTimeout
The ConnectTimeout property returns or sets the timeout to connect for the HTTP request. When the language extension is created it will initialize this value to what is configured in the data connection configuration.
Group: Web Object
Syntax: nValue = oWeb.ConnectTimeout
Alternate: oWeb.ConnectTimeout = Value
nValue (Long) the number of milliseconds the system will wait for a connection
Example:
Dim oWeb As Web
Dim nTimeout As Long
nTimeout = oWeb.ConnectTimeout
oWeb.ConnectTimeout = 10000