Hello Guys i Have a Problem in WebClient the Problem is i can't download a specific file using WebClient.downloadFile Or WebClient.DownloadFileAsync the Erorr is [ The Request Was Aborted: Could Not Create a SSL/TLS Secure Channel] and the downloaded files is 0bytes Please Help me with any code thats download a file or a give a soultion for my Problem My Code is :
WebClient Client = new WebClient(); Client.DownloadFile("https://github.com/MohammedZr/roepo/blob/master/x82bit/32bit.exe", @"C:\Users\MohamedAlzurghni\Desktop\Project\bolo\test\32bit.exe");