Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLMBS class.

Previous items Next items

CURLMBS.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.

CURLMBS.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.

CURLMBS.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.

CURLMBS.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.

CURLMBS.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.

CURLMBS.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.

CURLMBS.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.

CURLMBS.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.

CURLMBS.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 CURLMBS
c.OptionIPResolve = c.kIPRESOLVE_V4

CURLMBS.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 CURLMBS
c.OptionIPResolve = c.kIPRESOLVE_V6

CURLMBS.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 CURLMBS
c.OptionIPResolve = c.kIPRESOLVE_WHATEVER

CURLMBS.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.

CURLMBS.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.

CURLMBS.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.

CURLMBS.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.

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.kProtocolGophers = &h20000000

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

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.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

CURLMBS.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...