Skip to content

libcURL.EasyHandle.DebugMessage

Andrew Lambert edited this page Jun 17, 2015 · 18 revisions

#libcURL.EasyHandle.DebugMessage

##Event Signature

 Event Sub DebugMessage(MessageType As libcURL.curl_infotype, data As String)

##Parameters

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

##Notes This event handles the CURLOPT_DEBUGFUNCTION callback. The libcURL debug message contained in data, being of type MessageType, has been emitted. This event is only raised if you set Verbose=True

##See also

Clone this wiki locally