Platforms to show: All Mac Windows Linux Cross-Platform
CURLNMultiMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CURL | MBS CURL Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
- 2 events
- event TransferFinished(CURL as CURLNMBS, result as Integer, RemainingFinishedTransfers as Integer)
- event TransfersFinished
- 13 properties
- property AutoPerform as Boolean New in 23.2
- property ChunkLengthPenaltySize as Int64
- property ContentLengthPenaltySize as Int64
- property Handle as Integer
- property Lasterror as Integer
- property MaxConcurrentStreams as Integer
- property MaxConnects as Integer
- property MaxHostConnections as Integer
- property MaxPipelineLength as Integer
- property MaxTotalConnections as Integer
- property Pipelining as Integer
- property RunningTransfers as Integer
- property Tag as Variant New in 23.3
- 4 methods
- method AddCURL(curl as CURLNMBS, handler as CURLNTransferFinishedMBS = nil) as boolean
- method CURLs as CURLNMBS()
- method Perform
- method RemoveCURL(CURL as CURLNMBS) as boolean
- 2 shared methods
- shared method ErrorString(ErrorCode as Integer) as String
- shared method SharedInstance as CURLNMultiMBS New in 23.2
- 2 delegates
- delegate CURLNTransferFinishedMBS(curl as CURLNMBS, ErrorCode as Integer) New in 23.2
- delegate CURLNTransferFinishedMBS(curl as CURLNMBS, ErrorCode as Integer) New in 23.2
- 15 constants
Error Codes
Constant | Value | Description |
---|---|---|
kErrorAddedAlready | 7 |
An easy handle already added to a multi handle was attempted to get added - again. |
kErrorBadEadyHandle | 2 |
An easy handle was not good/valid. |
kErrorBadFunctionArgument | 10 |
A function was called with a bad parameter. |
kErrorBadHandle | 1 |
The passed-in handle is not a valid CURLM handle. |
kErrorBadSocket | 5 |
The passed in socket argument did not match. |
kErrorCallPerform | -1 |
Please call Perform soon to do some tasks. |
kErrorInternalError | 4 |
This is a libCURL bug. |
kErrorOK | 0 |
Everything OK. |
kErrorOutOfMemory | 3 |
Running low on memory. |
kErrorRecursiveAPICall | 8 |
An api function was called from inside an event. |
kErrorUnknownOption | 6 |
Tried to set unsupported option. |
kErrorWakeupFailure | 9 |
Wakeup is unavailable or failed. |
Pipeling options
Constant | Value | Description |
---|---|---|
kPipeHTTP1 | 1 |
Pipe with HTTP/1.1. |
kPipeMultiPlex | 2 |
Pipe with multiplex. |
kPipeNothing | 0 |
No piping. |
This class has no sub classes.
Blog Entries
The items on this page are in the following plugins: MBS CURL Plugin.
CURLNMissingFunctionExceptionMBS - CURLNNotInitializedExceptionMBS
