masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.
BSD 3-Clause "New" or "Revised" License
182 stars 71 forks source link

Support for TLS 1.2 #41

Open fdsmax opened 6 years ago

fdsmax commented 6 years ago

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 give some inputs or pointers in this regard to make it work for TLS 1.2 Thanks.