libcURL.EasyHandle.DebugMessage - charonn0/RB-libcURL GitHub Wiki
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.