Skip to content

libcURL.MultiHandle.Close

Andrew Lambert edited this page Mar 15, 2017 · 10 revisions

#libcURL.MultiHandle.Close

Method Signature

 Sub Close()

Remarks

Removes all remaining EasyHandles from the multi stack but does not destroy the stack. Calling this method will not automatically Close the individual EasyHandles in the stack unless removing the item removes the last reference to the EasyHandle, in which case the EasyHandle is automatically closed by its Destructor.

Clone this wiki locally