Skip to content

libcURL.MultiHandle.Close

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

#libcURL.MultiHandle.Close

##Method Signature

 Sub Close()

##Notes Removes all remaining EasyHandles and cleans up the multi 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