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