Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLSURLMBS class.

CURLSURLMBS.Flags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The flags to use.

Our default is combination of:

  • kFlagsNoDefaultPort
  • kFlagsNonSupportScheme
  • kFlagsURLDecode
  • kFlagsURLEncode
  • kFlagsGuessScheme
  • kFlagsDefaultScheme
(Read and Write property)

CURLSURLMBS.Fragment as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set fragment part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Internal object reference.

(Read and Write property)

CURLSURLMBS.Host as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set host part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last error code reported by one of the functions.

This changes while using debugger because getting or setting properties also sets this property.
(Read and Write property)

CURLSURLMBS.Options as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set options part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.Password as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set password part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.Path as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set path part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.Port as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set port part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.Query as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set query part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.Scheme as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set scheme part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.URL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set full URL.
Example
Dim c As New CURLSURLMBS

// load absolute URL
c.URL = "http://domain.com/folder/page1.htm"

// load relative URL
c.URL = "page2.htm"

// get final URL
MsgBox c.URL

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.User as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get/Set user part of URL.

Sets lasterror property.
(Read and Write property)

CURLSURLMBS.ZoneID as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The zone ID.

(Read and Write property)

The items on this page are in the following plugins: MBS CURL Plugin.


The biggest plugin in space...