解决“请求被中止: 未能创建 SSL/TLS 安全通道”的问题
System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(url);
本文来自博客园,作者:Forest-8023,转载请注明原文链接:https://www.cnblogs.com/forest-8023/p/16065906.html

浙公网安备 33010602011771号