-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.Constructor
Andrew Lambert edited this page Jun 7, 2015
·
13 revisions
libcURL.EasyHandle.Constructor
##Method Signatures
Sub Constructor(GlobalInitFlags As Integer = libcURL.CURL_GLOBAL_DEFAULT)
Sub Constructor(CopyOpts As libcURL.EasyHandle)##Parameters
####Constructor(Integer)
| Name | Type | Comment |
|---|---|---|
| GlobalInitFlags | Integer | Optional. A CURL_GLOBAL_* constant with which to initialize libcURL. |
####Constructor(libcURL.EasyHandle)
| Name | Type | Comment |
|---|---|---|
| CopyOpts | EasyHandle | An existing EasyHandle that should be cloned. |
##Notes Creates a new instance of a EasyHandle. Passing a EasyHandle to the constructor will clone the passed instance.
If libcURL is not available at runtime, a PlatformNotSupportedException will be raised.
##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.