Skip to content

libcURL.EasyHandle.DebugMessage

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

libcURL.EasyHandle.DebugMessage

Event Signature

 Event Sub DebugMessage(MessageType As curl_infotype, Data As String)

Parameters

Name Type Comment
MessageType curl_infotype A member of the curl_infotype enum.
Data String The debug message.

Remarks

This event handles the CURLOPT_DEBUGFUNCTION callback.

This event means that the libcURL debug message contained in Data, being of type MessageType, has been emitted. This event is only raised if you set Verbose= True, which is False by default unless running in the debugger.

See also

Clone this wiki locally