Skip to content

libcURL.cURLHandle.Constructor

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

libcURL.cURLHandle.Constructor

Method Signature

 Protected Sub Constructor()
 'Protected Sub Constructor(GlobalInitFlags As Integer)

Parameters

Name Type Comment
GlobalInitFlags Integer Deprecated.

Remarks

Subclasses MUST call this Constructor in order to initialize libcURL: libcURL cannot be used before it has been initialized.

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

See also

Clone this wiki locally