摘要:
而在浏览器中访问正常,在设置WebRequest的TimeOut为超长时间后,在程序中依然有如下异常异常提示如下:The operation has timed outSystem.Net.WebResponse GetResponse解决1:Dispose你的Response;解决2:参考下面这个链接http://stackoverflow.com/questions/5827030/httpwebrequest-times-out-on-second-callhttp://blogs.msdn.com/b/adarshk/archive/2005/01/02/345411.aspx 阅读全文