Пример #1
0
 public static extern IntPtr curl_multi_setopt_str(IntPtr multiPtr, CURLMOPT opt, string value);
Пример #2
0
 public static extern IntPtr curl_multi_setopt_ptr(IntPtr multiPtr, CURLMOPT opt, byte[] value);
Пример #3
0
 public static extern IntPtr curl_multi_setopt_int(IntPtr multiPtr, CURLMOPT opt, bool value);