Skip to content

libcURL.MultiHandle.Constructor

Andrew Lambert edited this page Feb 25, 2020 · 9 revisions

libcURL.MultiHandle.Constructor

Method Signature

 Sub Constructor()
 '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