Exemplo n.º 1
0
 public static extern CURLE curl_easy_setopt_ptr(IntPtr easyPtr, CURLOPT option, Delegates.DebugFunction arg);
Exemplo n.º 2
0
 public CURLE SetOpt(CURLOPT options, Delegates.DebugFunction value)
 {
     return(Lib.curl_easy_setopt_ptr(easyPtr, options, value));
 }