cURL / Mailing Lists / curl-users / Single Mail

curl-users

[Visual Basic]

From: <lpeng564_at_gmail.com>
Date: Wed, 11 Jan 2012 01:05:43 +0800

Called when cURL has debug information for the client.
[Visual Basic]
Public Delegate Sub Easy.DebugFunction( _
   ByVal infoType As CURLINFOTYPE, _
   ByVal message As String, _
   ByVal extraData As Object _
)
[C#]
public delegate void Easy.DebugFunction( CURLINFOTYPE infoType, string message, object extraData
);
Remarks
For usage, see the sample Upload.cs. Arguments passed to the recipient include:
Argument Description
infoType Type of debug information, see CURLINFOTYPE.
message Debug information as a string.
extraData Client-provided extra data.
Requirements
Namespace: SeasideResearch.LibCurlNet
Assembly: LibCurlNet (in LibCurlNet.dll)
See Also
SeasideResearch.LibCurlNet Namespace
(c) 2004, 2005 Jeff Phillips

ÁÖÅôiphone

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-01-10