摘要:
//请求前设置一下使用的安全协议类型 System.Net if (url.StartsWith("https", StringComparison.OrdinalIgnoreCase)){ ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback((... 阅读全文
posted @ 2019-04-16 22:32
沙耶
阅读(6400)
评论(0)
推荐(0)