Skip to content

libcURL.EasyHandle.ConnectionTimeout

Andrew Lambert edited this page Jun 22, 2015 · 8 revisions

#libcURL.EasyHandle.ConnectionTimeout

##Property Declaration

 Dim ConnectionTimeout As Integer

##Notes 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). A timeout of zero means no timeout (wait forever) and is the default.

##See also

Clone this wiki locally