.NET SoapClient 类发送的默认 http 用户代理标头是什么?

发布于 2024-09-03 06:09:51 字数 45 浏览 5 评论 0原文

.NET SoapClient 类发送的默认 http 用户代理标头是什么?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

诗笺 2024-09-10 06:09:51

我不知道你是否还需要这个,但是......

我的默认值是:

用户代理:Mozilla/4.0(兼容;MSIE 6.0;MS Web 服务客户端
协议4.0.30319.1)

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)

沐歌 2024-09-10 06:09:51

用户代理:

Mozilla/4.0(兼容;MSIE 6.0;MS Web 服务客户端协议 4.0.30319.1)

Mozila = 默认浏览器 4.0 = 默认浏览器版本 MSIE = Microsoft Internet Explore 6.0 = Microsoft Internet Explorer 版本 默认文本 = Web 服务客户端协议(可在 Web 服务中编辑)4.0.30319.1 = CLR 版本(可在 Web 服务中编辑)

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文