Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLNURLMBS class.

CURLNURLMBS.Flags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The flags to use.

Our default is combination of:

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

CURLNURLMBS.Fragment as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set fragment part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Internal object reference.

(Read and Write property)

CURLNURLMBS.Host as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set host part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
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)

CURLNURLMBS.Options as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set options part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.Password as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set password part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.Path as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set path part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.Port as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set port part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.Query as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set query part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.Scheme as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set scheme part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.URL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set full URL.
Example
Dim c As New CURLNURLMBS

// 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)

CURLNURLMBS.User as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Get/Set user part of URL.

Sets lasterror property.
(Read and Write property)

CURLNURLMBS.ZoneID as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 19.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
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...