Skip to content

libcURL.MultiHandle.GetInfo

Andrew Lambert edited this page Sep 10, 2025 · 2 revisions

Method Signature

 Function GetInfo(InfoType As Integer) As Integer

Parameters

Name Type Comment
InfoType Integer The info type to retrieve (see remarks).

Return value

Returns the requested info type.

Remarks

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:

Clone this wiki locally