Ejemplo n.º 1
0
 public static extern CURLSH curl_share_setopt_ptr(IntPtr sharePtr, CURLSHOPT option, Delegates.LockFunction arg);
Ejemplo n.º 2
0
 public CURLSH SetOpt(CURLSHOPT options, Delegates.LockFunction value)
 {
     return(Lib.curl_share_setopt_ptr(sharePtr, options, value));
 }