码迷,mamicode.com
首页 > Web开发 > 详细

httpreqeust无法模拟keeplive=true的解决方案

时间:2014-12-01 23:52:20      阅读:555      评论:0      收藏:0      [点我收藏+]

标签:http   io   on   cti   ef   tt   type   br   ht   

httpreqeust无法模拟keeplive=true的解决方案:

增加下面这一句就可以了:

httpWebRequest.ServicePoint.GetType().GetProperty("HttpBehaviour", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic).SetValue(httpWebRequest.ServicePoint, (byte)0, null)

httpreqeust无法模拟keeplive=true的解决方案

标签:http   io   on   cti   ef   tt   type   br   ht   

原文地址:http://www.cnblogs.com/lanzyer/p/4136220.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!