Icon Timeout Property

property Timeout: Integer

Usage

Available In: Client and Server Applications

Specifies how long the server request should wait, in seconds, for a successful connection to the server before returning an error. A value of 0 specifies that the server request should wait indefinitely. The default value is 30 seconds.

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