摘要: 1 public static List<Cookie> GetAllCookies(CookieContainer cc) 2 { 3 List<Cookie> lstCookies = new List<Cookie>(); 4 5 Hashtable table = (Hashtable)cc.GetType().InvokeMember("m_domainTable", System.Reflection.BindingFlags.NonPublic | System.Reflection.Bindin... 阅读全文
posted @ 2011-10-30 10:19 维优网络工作室 阅读(1351) 评论(0) 推荐(0)