问题描述
比如我用IE登录csdn,选择两星期不用再登陆,这期间用HttpWebRequest获取的网页内容也是登录后的,该如何实现?有没有特定的函数?直接读COOKIES文件可以实现么?
解决方案
解决方案二:
HttpWebRequest客户端设置附加Cookie请求网页http://www.zhangyongjun.com/blog/article.asp?id=214Sending/receivingcookieswithHttpWebRequest/HttpWebResponsehttp://menet.name/blog/christophe/archive/2008/05/29/sending-receiving-cookies-with-httpwebrequest-httpwebresponse.aspx
解决方案三:
用cookieContainer的SetCookies方法就可以了吧?但是关键是Cookie实例字符串该怎么获取呢?
解决方案四:
用cookieContainer的SetCookies方法就可以了吧?但是关键是Cookie实例字符串该怎么获取呢?
时间: 2024-10-03 18:38:22