Peter Machaj

Results 2 issues of Peter Machaj

I have changed code and it's working fine, TLS issue. public T GetConfig(string url) { using (WebClient webClient = new WebClient()) { ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; var data = webClient.DownloadString(url); var...

I search around in project sources, it doesn't seems to be hard-limited here. Is there any limit from SpeedTest.NET side ? I'm using your library on my project: https://github.com/ThePhOeNiX810815/Endpoint-Status-Checker thaNks