Skip to content

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

Clone this wiki locally