Posts by Leandro • 23 points
1 post
-
2
votes1
answer271
viewsQ: Using TLS 1.2 in . NET Framework 2.0
I’m looking to use TLS 1.2 on a call Webclient in the framework .NET 2.0 It is possible? try { using (System.Net.WebClient client = new System.Net.WebClient()) { string u = client.UploadString(url,…