首页 > Web开发 > 详细

[WebException: The underlying connection was closed: The message length limit was exceeded.]解决方法

时间:2015-01-22 12:58:15      阅读:584      评论:0      收藏:0      [点我收藏+]
[WebException: The underlying connection was closed: The message length limit was exceeded.]     
System.Net.HttpWebRequest.GetResponse()

response headers 最多 64 kb限制
HttpWebRequest.DefaultMaximumResponseHeadersLength = -1; // unlimited

[WebException: The underlying connection was closed: The message length limit was exceeded.]解决方法

原文:http://www.cnblogs.com/94cool/p/4241140.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!