Skip to content

libcURL.cURLHandle.Destructor

Andrew Lambert edited this page Jun 12, 2015 · 6 revisions

libcURL.cURLHandle.Destructor

##Method Signatures

 Private Sub Destructor()

##Notes 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