Icon ConnectTimeout Property

property ConnectTimeout: Integer

Usage

Available In: Server Applications

Specifies the connection timeout for the web server request. A value of 0 specifies that the server request should wait indefinitely. The default value is 30 seconds.

Information Client applications use the Timeout property for both the connection timeout and the request timeout, whereas server applications only use this property for the connection timeout and the Timeout property for the timeout for the request itself.
Image