标签: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