摘要: https://blog.csdn.net/mgy_2601907/article/details/100988387 //导入证书 WebRequestHandler handler = new WebRequestHandler(); string certificateFileName = 此 阅读全文
posted @ 2021-06-01 14:54 China Soft 阅读(1940) 评论(0) 推荐(1) 编辑
摘要: c# 中HttpClient访问Https网站,加入如下代码: handler = new HttpClientHandler() ;handler.AllowAutoRedirect = true;handler.UseCookies = true;handler.CookieContainer 阅读全文
posted @ 2021-06-01 14:42 China Soft 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_94a1fe540102ympb.html using System; using System.Collections.Generic; using System.IO; using System.Linq; using System. 阅读全文
posted @ 2021-06-01 14:29 China Soft 阅读(390) 评论(0) 推荐(0) 编辑