Skip to content

libcURL.cURLHandle.Destructor

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

libcURL.cURLHandle.Destructor

Method Signatures

 Private Sub Destructor()

Remarks

Each unique GlobalInitFlags passed to the Constructor is reference counted. The Destructor decrements the reference count and, if the reference count reaches zero, calls curl_global_cleanup.

See also

Clone this wiki locally