-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.Timeout
Andrew Lambert edited this page Nov 26, 2022
·
12 revisions
libcURL.EasyHandle.TimeOut
Dim TimeOut As Integer
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.
- EasyHandle.ConnectionTimeOut
- CURLOPT_TIMEOUT in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.