CurlSharp icon indicating copy to clipboard operation
CurlSharp copied to clipboard

CurlSharp - .Net binding and object-oriented wrapper for libcurl.

Results 10 CurlSharp issues
Sort by recently updated
recently updated
newest added

Hello, I thought I would make my happiness with CurlSharp, but I have struggled for 3 days. Unable to launch the project. An error appears when loading the LibCurl.dll dll...

the default file name can not load curl lib on ubuntu 16.04 `private const string LIBCURL = "libcurl";` this works `private const string LIBCURL = "libcurl.so.3";`

Hi, I was trying to use your library for TLS 1.2 https (ssl) requests. However, I could not find CURL_SSLVERSION_TLSv1_2 defined in in the calling c# wrapper. Could you pl...

MultiDemo run allways console write "CurlMulti.Select() returned -1";

can i change the headers order ?

any one can help me out with curl ssl 2 way communication. using the below code snippet using (var easy = new CurlEasy()) { easy.AutoReferer = true; easy.FollowLocation = true;...

Is there a way to do basic authentication with this library ? If so, then how?

Please ignore the Chinese message. I'v tried 0.5.0 and 0.5.1 with Visual Studio 2017. And it works great. But with the 2017/08/10 build... Error occurred at NativeMethods. System.TypeInitializationException: 'CurlSharp.NativeMethods' 的類型初始設定式發生例外狀況。...

Are there any plans to support multi setopt?

Hello, currently it seems like TLS errors aren't handled in any way. If I connect to a host with invalid certificate Perform() returns OK error code but the resulting document...