Specifies the amount of time (in seconds) the control will wait for the server
response.
Type | Description | |||
Long | A long expression that Specifies the amount of time (in seconds) the control will wait for the server response. |
Use the Timeout property to increase or decrease the amount of time (in seconds) the control will wait for the server response. By default, the Timeout property is set to 5 minutes. -1 is used to be an infinite timeout. Be carefully when you use Timeout = -1, and blocking mode, because it may block indefinitely your application.