Skip to content

libcURL.MultiHandle.Constructor

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

#libcURL.MultiHandle.Constructor

Method Signature

 Sub Constructor(GlobalInitFlags As Integer = libcURL.CURL_GLOBAL_DEFAULT)

Remarks

Initializes libcURL and creates a new curl multi stack.

If libcURL is not available at runtime, a PlatformNotSupportedException will be raised

Clone this wiki locally