Skip to content

libcURL.EasyHandle.Timeout

Andrew Lambert edited this page Jan 7, 2023 · 12 revisions

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

Clone this wiki locally