.NET SoapClient 类发送的默认 http 用户代理标头是什么?
.NET SoapClient 类发送的默认 http 用户代理标头是什么?
What is the default http user agent header sent by the .NET SoapClient class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道你是否还需要这个,但是......
我的默认值是:
I don't know if you still need this, but...
My default is:
用户代理:
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)