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

.net 中webclient设置用户代理user-agent

时间:2020-07-07 17:32:20      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:class   color   head   ati   地址   headers   请求   use   user   

.net的WebClient在网络编程中用来同远方地址通讯,正常情况下不需要明确设置user-agent ,

但有的时候远方地址可能有针对连接请求user-agent的判断处理,如果必要我们可以为webclient加上user-agent 。

WebClient client = new WebClient ();
client.Headers.Add ("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)");

 

.net 中webclient设置用户代理user-agent

标签:class   color   head   ati   地址   headers   请求   use   user   

原文地址:https://www.cnblogs.com/wzy77cn/p/13261915.html

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