-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.URLParser.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Sub Constructor(InitialURL As String = "")
Sub Constructor(CopyURL As libcURL.URLParser)
'Sub Constructor(InitialURL As String = "", GlobalInitFlags As Integer = libcURL.CURL_GLOBAL_DEFAULT)
Name | Type | Comment |
---|---|---|
InitialURL | String |
Optional. If specified, the initial value of the URL. |
Name | Type | Comment |
---|---|---|
CopyURL | URLParser |
An existing URLParser to duplicate. |
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. |
Constructs a new URLParser from the specified InitialURL, or by duplicating the specified URLParser instance.
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.