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