libcurl.NET Activity
Brought to you by:
jeffreyphillips
easy.SetOpt(CURLoption.CURLOPT_SSL_VERIFYPEER, false); easy.SetOpt(CURLoption.CURLOPT_SSL_VERIFYHOST, false); are missing
How to rebuild LibCurlNet by adding latest version of libcurl.dll?
How to rebuid LibCurlNet by adding latest version of libcurl.dll?
hello, everyone. I've made a class for LibCurlNet using c# winforms I'm having trouble...