Windows Phone 7 - 可用的 WCF 绑定
我一直在寻找有关 WP7 支持的 WCF 绑定的文档一段时间,但似乎找不到。有人可以发布他们找到的任何可用文档的链接吗?如果它来自 Microsoft (MSDN) 就更好了。
谢谢...
I've been looking for documentation on the WCF Bindings supported by WP7 for a while and can't seem to find it. Can someone post a link to any documentation available they find. If it's from Microsoft (MSDN) even better.
Thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我未能在 MSDN 上找到列表,因此我只是浏览了所有绑定并查看了支持的框架。
WP7
SL:
I failed at finding a list on MSDN, so I just went through all of the bindings and looked at the supported frameworks.
WP7
SL:
您应该看一下 此处 供参考。我强烈建议对您想要从 Windows Phone 7 访问的服务使用 basicHttpBinding,因为您可能会遇到其他问题(例如,不支持 wsHttpBinding)。
You should take a look here for some reference. I would strongly recommend using basicHttpBinding for services that you want to access from Windows Phone 7, since you might encounter some problems with others (e.g. wsHttpBinding is not supported).
搜索是您的朋友,即使在 MSDN 上也是如此 ;)
更新:Bing 也是一个很好的搜索工具。 +wp7 + 的第一个结果wcf +supported +bindings 给出了这篇文章:Windows Phone 的 WCF 不支持什么?
Search is your friend, even on MSDN ;)
UPDATE: Bing is also a good search tool. First result for +wp7 +wcf +supported +bindings gives this article: What is not supported in WCF for Windows Phone?
Microsoft OData 易于实施及其 REST
Microsoft OData is easy to implement and its REST