Curl.Timeout (gb.net.curl)

Property Timeout As Integer

Returns or sets the client timeout in seconds.

The request will abort if it takes more than the specified amount of seconds.

If the timeout is zero, then no timeout is defined.

Do not forget to set this property if you are doing a synchronous request, otherwise the client may wait for the server forever!