Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLVersionMBS class.

CURLVersionMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The constructor.

CURLVersionMBS.FeatureNames as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CURL MBS CURL Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Queries the feature names.
Example

dim v as new CURLVersionMBS
dim features() as string = v.FeatureNames
dim Names as string = string.FromArray(features)
MessageBox Names

Values are e.g. alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets zstd

CURLVersionMBS.Protocol(index as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CURL MBS CURL Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
An array containing the names protocols that libCURL supports (using lowercase letters).

The protocol names are the same as would be used in URLs.
Index is zero based.

CURLVersionMBS.Protocols as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CURL MBS CURL Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
An array containing the names protocols that libCURL supports (using lowercase letters).
Example

dim v as new CURLVersionMBS
dim Protocols() as string = v.Protocols
dim Names as string = string.FromArray(Protocols)
MessageBox Names

The protocol names are the same as would be used in URLs.

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


The biggest plugin in space...