Skip to content

libcURL.EasyHandle.Timeout

Andrew Lambert edited this page Jun 7, 2015 · 12 revisions

#libcURL.EasyHandle.TimeOut

##Property Declaration

 Dim TimeOut 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.

Clone this wiki locally