摘要: 简单写了一个小类,获取ASPSESSIONID、PHPSESSID等WebClient无法获取的Cookies,如果高手有更好的意见,欢迎补充。代码如下: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Net; 5 using System.Net.Sockets; 6 7 namespace EatOrange 8 { 9 // 使用SOCKET获取Cookie信息10 class CookieGet11 {12 priv... 阅读全文
posted @ 2012-04-22 14:38 特洛伊人 阅读(2504) 评论(0) 推荐(0) 编辑