在WCF端点中,basicHttpBinding和wsHttpBinding之间有什么区别?每一个都应该在什么时候使用?
发布于 2010-01-21 14:12:05
在那里有大量的材料-只需谷歌搜索"WCF basicHttpBinding wsHttpBinding“即可。
你会发现其中包括:
非常简单:
发布于 2011-08-19 22:01:43
与basicHttpBinding相比,wsHttpBinding更安全可靠。如果不需要很好的兼容性,wsHttpBinding是最佳选择。
参考:BasicHttpBinding vs WSHttpBinding
BasicHttpBinding
WSHttpBinding
https://stackoverflow.com/questions/2106715
复制相似问题