curl.Multi
generated from ../src/mod_curl/multi.cppUse this class to create a libcurl multi session.
Constants
Class Methods
strerror
strerror(Code) : String
| Name | Type | Default | Description |
|---|---|---|---|
| Code | Integer |
Return string describing error code
Constructor
Multi
Multi()
This creates a new libcurl easy session. It is automatically cleaned up.
Methods
addHandle
addHandle(Curl) : Integer
| Name | Type | Default | Description |
|---|---|---|---|
| Curl | Easy |
Add an easy handle to a multi session.
perform
perform() : Integer
removeHandle
removeHandle(Curl) : Integer
| Name | Type | Default | Description |
|---|---|---|---|
| Curl | Easy |
Removes an easy handle from the multi session.
© 2002 - 2007 Franky Braem.