Skip to content

libcURL.EasyHandle.ConnectionTimeout

Andrew Lambert edited this page Nov 26, 2022 · 8 revisions

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

Clone this wiki locally