Data Type:

Integer

Session model:

Session-free and Session-managed

The amount of time, in seconds, that the .NET open client request, to the application server over HTTP, waits before timing out. Progress.Session.HttpTimeout only applies to the .NET Open Client and only to the HTTP tunneling of the application server protocol.

Internally, the value you set is multiplied by 1,000 and passed to the .NET HttpWebRequest.Timeout property, which operates in milliseconds.

Negative values, including -1, are not supported. The .NET Open Client ignores any negative value and silently falls back to the default timeout.

The maximum value for this property is 2,147,483 (in seconds).

Default:

100 seconds

The default value corresponds to the default timeout of the .NET HttpWebRequest.Timeout property.