Skip to content

libcURL.cURLSession.Close

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

Method Signature

 Sub Close()

Remarks

Explicitly closes all libcURL handles associated with the cURLSession instance. Automatically called by the Destructor.

To use an instance of cURLSession after calling this method you must assign a new instance of EasyHandle to cURLSession.EasyHandle.

Clone this wiki locally