Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLNMBS class.

Previous items Next items

CURLNMBS.kHTTP_VERSION_NONE = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the HTTP Version constants for the OptionHTTPVersion property.

We don't care about what version the library uses. libCURL will use whatever it thinks fit.

CURLNMBS.kINFO_DATA_IN = 3

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the info constants for the DebugMessage event.

The data is protocol data received from the peer.

CURLNMBS.kINFO_DATA_OUT = 4

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the info constants for the DebugMessage event.

The data is protocol data sent to the peer.

CURLNMBS.kINFO_HEADER_IN = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the info constants for the DebugMessage event.

The data is header (or header-like) data received from the peer.

CURLNMBS.kINFO_HEADER_OUT = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the info constants for the DebugMessage event.

The data is header (or header-like) data sent to the peer.

CURLNMBS.kINFO_SSL_DATA_IN = 5

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the info constants for the DebugMessage event.

The data is protocol data received from the peer.

CURLNMBS.kINFO_SSL_DATA_OUT = 6

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the info constants for the DebugMessage event.

The data is protocol data sent to the peer.

CURLNMBS.kINFO_TEXT = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the info constants for the DebugMessage event.

The data is informational text.

CURLNMBS.kIPRESOLVE_V4 = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the IP Resolve constants for the OptionIPResolve property.
Example
dim c as new CURLNMBS
c.OptionIPResolve = c.kIPRESOLVE_V4

CURLNMBS.kIPRESOLVE_V6 = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the IP Resolve constants for the OptionIPResolve property.
Example
dim c as new CURLNMBS
c.OptionIPResolve = c.kIPRESOLVE_V6

CURLNMBS.kIPRESOLVE_WHATEVER=0

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the IP Resolve constants for the OptionIPResolve property.
Example
dim c as new CURLNMBS
c.OptionIPResolve = c.kIPRESOLVE_WHATEVER

CURLNMBS.kNETRC_IGNORED=0

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the NetRC constants for the OptionNetRC property.

The .netrc will never be read.
This is the default.

CURLNMBS.kNETRC_OPTIONAL=1

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the NetRC constants for the OptionNetRC property.

A user:password in the URL will be preferred to one in the .netrc.

CURLNMBS.kNETRC_REQUIRED=2

Type Topic Plugin Version
const CURL MBS CURL Plugin 9.8
One of the NetRC constants for the OptionNetRC property.

A user:password in the URL will be ignored. Unless one is set programmatically, the .netrc will be queried.

CURLNMBS.kProtocolAll = -1

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

Enable all protocols.

CURLNMBS.kProtocolDICT = &h200

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

DICT

CURLNMBS.kProtocolFILE = &h400

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

File

CURLNMBS.kProtocolFTP = 4

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

FTP

CURLNMBS.kProtocolFTPS = 8

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

FTPS

CURLNMBS.kProtocolGopher = &h2000000

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

Gopher

CURLNMBS.kProtocolGophers = &h20000000

Type Topic Plugin Version
const CURL MBS CURL Plugin 21.1
One of the constants for the OptionProtocols properties.

CURLNMBS.kProtocolHTTP = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

HTTP

CURLNMBS.kProtocolHTTPS = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

HTTPS

CURLNMBS.kProtocolIMAP = &h1000

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

IMAP

CURLNMBS.kProtocolIMAPS = &h2000

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

IMAPS

CURLNMBS.kProtocolLDAP = &h80

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

LDAP

CURLNMBS.kProtocolLDAPS = &h100

Type Topic Plugin Version
const CURL MBS CURL Plugin 10.0
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

LDAPS

CURLNMBS.kProtocolMQTT = &h10000000

Type Topic Plugin Version
const CURL MBS CURL Plugin 20.2
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

MQTT

CURLNMBS.kProtocolPOP3 = &h4000

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

POP3

CURLNMBS.kProtocolPOP3S = &h8000

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the constants for the OptionRedirProtocols and the OptionProtocols properties.

POP3S

Previous items Next items

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


💬 Ask a question or report a problem
The biggest plugin in space...