-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLHandle.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
12 revisions
libcURL.cURLHandle.Constructor
Protected Sub Constructor()
'Protected Sub Constructor(GlobalInitFlags As Integer)
Name | Type | Comment |
---|---|---|
GlobalInitFlags | Integer | Deprecated. |
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.