Skip to content

libcURL.MultiHandle.Close

Andrew Lambert edited this page Jan 16, 2023 · 10 revisions

Method Signature

 Sub Close()

Remarks

Removes all remaining EasyHandles from the MultiHandle but does not destroy the MultiHandle. You may add more EasyHandles after calling this method to continue using the MultiHandle.

Calling this method does not destroy the individual EasyHandles either. They may be reused as well.

Clone this wiki locally