-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.DebugMessage
Andrew Lambert edited this page Jun 7, 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
A libcURL debug message of type MessageType. This event is only raised if you set Verbose=True
##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.