开发者

What is the default http user agent header sent by the .NET SoapClient class?

开发者 https://www.devze.com 2023-01-01 07:37 出处:网络
What is the default http user agent header sent by the开发者_开发技巧 .NET SoapClient class?I don\'t know if you still need this, but...

What is the default http user agent header sent by the开发者_开发技巧 .NET SoapClient class?


I don't know if you still need this, but...

My default is:

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.1)


User Agent:

Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.1)

Mozila = Default Browser 4.0 = Version for Default Browser MSIE = Microsoft Internet Explore 6.0 = Version of Microsoft Internet Explorer Default Text = Web Service Client Protocol (Editable in web service) 4.0.30319.1 = Version of CLR (Editable in web service)

0

精彩评论

暂无评论...
验证码 换一张
取 消