-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
13 revisions
libcURL.EasyHandle.Constructor
Sub Constructor()
Sub Constructor(CopyOpts As libcURL.EasyHandle)
'Sub Constructor(GlobalInitFlags As Integer = libcURL.CURL_GLOBAL_DEFAULT)
Name | Type | Comment |
---|---|---|
CopyOpts | EasyHandle | An existing EasyHandle that should be cloned. |
Name | Type | Comment |
---|---|---|
GlobalInitFlags | Integer | Optional. A CURL_GLOBAL_* constant with which to initialize libcURL. |
Creates a new instance of an EasyHandle. Passing an EasyHandle to the constructor will clone the passed instance.
If libcURL is not available at runtime, a PlatformNotSupportedException
will be raised.
- EasyHandle.InitCallbacks
- EasyHandle.Instances
- cURLHandle.Constructor
- curl_easy_init in the libcURL documentation.
- curl_easy_duphandle in the libcURL documentation.
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.