Skip to content

libcURL.EasyHandle.AutoDisconnect

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

libcURL.EasyHandle.AutoDisconnect

Property Declaration

 Dim AutoDisconnect As Boolean

Remarks

If True, libcURL will close sockets immediately after the transfer completes. Existing sockets will not be closed immediately, but neither will they be reused in subsequent transfers.

The default is False, which means libcURL reuse connections when possible.

See also

Clone this wiki locally