libcURL.EasyHandle.Timeout - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.TimeOut
Property Declaration
Dim TimeOut As Integer
Remarks
The timeout in seconds for the entire transfer, including time spent establishing the connection. libcURL will abort the if the transfer has not completed before time expires. If a transfer is aborted due to the timeout elapsing EasyHandle.LastError will be libcURL.Errors.TIMEOUT (28). A timeout of zero means no timeout (wait forever) and is the default.
See also
- EasyHandle.ConnectionTimeOut
- CURLOPT_TIMEOUT in the libcURL documentation.