basicHttpBinding 与 wsHttpBinding
在 WCF 端点中,basicHttpBinding 和 wsHttpBinding 之间有什么区别?每种应该什么时候使用?
In a WCF endpoint, what is the difference between basicHttpBinding and wsHttpBinding? When should each be used?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那里有大量的材料 - 只需谷歌搜索“WCF basicHttpBinding wsHttpBinding”。
您会发现:
还有很多很多!
非常基本:
Ton of material on that out there - just google for "WCF basicHttpBinding wsHttpBinding".
You'll find amongst others:
and many, many more!
Very basically:
wsHttpBinding
比basicHttpBinding
更安全、更可靠。如果不需要很好的兼容性,可以选择wsHttpBinding。参考: BasicHttpBinding 与 WSHttpBinding
BasicHttpBinding
:WSHttpBinding
:wsHttpBinding
is more secure and reliable thanbasicHttpBinding
. If great compatibility is not required,wsHttpBinding
is the choice.Ref: BasicHttpBinding vs WSHttpBinding
BasicHttpBinding
:WSHttpBinding
: