摘要: 1、 public static string HttpPost(string Url, string postDataStr) { string retString = String.Empty; try { HttpWebRequest request = (HttpWebRequest)Web 阅读全文
posted @ 2017-04-17 16:57 Amity1006 阅读(173) 评论(0) 推荐(0)
摘要: 1、 public static bool CheckValidationResult(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors) { //直接确认,否则打不开 return 阅读全文
posted @ 2017-04-17 16:39 Amity1006 阅读(101) 评论(0) 推荐(0)