libcURL.EasyHandle.ConnectionTimeout - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.ConnectionTimeout
Property Declaration
Dim ConnectionTimeout As Integer
Remarks
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.
See also
- EasyHandle.TimeOut
- CURLOPT_CONNECTTIMEOUT in the libcURL documentation.