随笔 - 23
文章 - 0
评论 - 9
11 2011 档案
解决Win7中HttpWebRequest连接缓慢、超时等问题
摘要: 一、测试环境机器A:Windows7 简体中文旗舰版,已安装.net framework2.0和4.0机器B:Windowsxp 英文专业版,已安装.net framework2.0和4.0机器C:Windowsxp 简体中文专业版,只安装了.net framework2.0程序是基于.net framework2.0写的二、测试代码stringresult;try{HttpWebRequesthttpWebRequest=(HttpWebRequest)WebRequest.Create(url);CookieContainercookieContainer=newCookieContain阅读全文
