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

HttpWebRequest.Connection的问题

时间:2017-10-18 12:38:54      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:http   err   col   str   except   设置   cal   nec   oca   

HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://localhost/");
request.Connection = "keep-alive";

Error:System.ArgumentException: Keep-Alive 和 Close 不能使用此属性设置。

 

应该怎样设置HttpWebRequest.Connection属性呢??

 

HttpWebRequest.KeepAlive = True;

 

HttpWebRequest.Connection的问题

标签:http   err   col   str   except   设置   cal   nec   oca   

原文地址:http://www.cnblogs.com/ganjiqi/p/7685916.html

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