-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.GetInfo
Andrew Lambert edited this page Sep 10, 2025
·
2 revisions
libcURL.MultiHandle.GetInfo
Function GetInfo(InfoType As Integer) As Integer| Name | Type | Comment |
|---|---|---|
| InfoType | Integer |
The info type to retrieve (see remarks). |
Returns the requested info type.
This method is only available in libcurl 8.16.0 and newer.
Calls curl_multi_get_offt. If the operation succeeded then this method returns the requested information. If an error occurs then this method will return 0. Check the LastError property to determine whether an error occured.
The InfoType parameter may be one of the following class constants:
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.