Skip to content

libcURL.EasyHandle.cURLDebugCallback

Andrew Lambert edited this page Nov 26, 2022 · 8 revisions

libcURL.EasyHandle.cURLDebugCallback

Method Signature

 Private Delegate Function cURLDebugCallback(Handle As Integer, info As curl_infotype, data As Ptr, size As Integer, UserData As Integer) As Integer

Remarks

Used in EasyHandle.SetOption to set callback functions.

Implemented by

See also

EasyHandle.SetOption

Clone this wiki locally