-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.ConnectionTimeout
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
libcURL.EasyHandle.ConnectionTimeout
Dim ConnectionTimeout As Integer
The connection timeout in seconds. libcURL will abort the attempt if no connection is established before time expires. If a connection is aborted due to the timeout elapsing EasyHandle.LastError will be libcURL.Errors.TIMEOUT
(28). The default is 300 seconds.
- EasyHandle.TimeOut
- CURLOPT_CONNECTTIMEOUT 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.