摘要: ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback( delegate { return true; } ); 阅读全文
posted @ 2019-03-26 10:40 递龟 阅读(255) 评论(0) 推荐(0)