HttpWebRequest.Connection的问题
2021-05-23 11:29
阅读:452
标签:http err col str except 设置 cal nec oca HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://localhost/"); 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
request.Connection = "keep-alive";
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:HttpWebRequest.Connection的问题
文章链接:http://soscw.com/index.php/essay/88203.html
文章标题:HttpWebRequest.Connection的问题
文章链接:http://soscw.com/index.php/essay/88203.html
评论
亲,登录后才可以留言!