Skip to content

libcURL.URLParser.Constructor

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

libcURL.URLParser.Constructor

Method Signatures

 Sub Constructor(InitialURL As String = "")
 Sub Constructor(CopyURL As libcURL.URLParser)
 'Sub Constructor(InitialURL As String = "", GlobalInitFlags As Integer = libcURL.CURL_GLOBAL_DEFAULT)

Parameters

Constructor(String)

Name Type Comment
InitialURL String Optional. If specified, the initial value of the URL.

Constructor(URLParser)

Name Type Comment
CopyURL URLParser An existing URLParser to duplicate.

Constructor(String, Integer) (Deprecated)

Name Type Comment
InitialURL String Optional. If specified, the initial value of the URL.
GlobalInitFlags Integer Optional. A CURL_GLOBAL* constant with which to initialize libcURL.

Remarks

Constructs a new URLParser from the specified InitialURL, or by duplicating the specified URLParser instance.

Clone this wiki locally