Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的 WPF 浏览器应用程序上使用 WCF wsHttpBinding?
它像在 Windows 应用程序项目和 ASP.Net 应用程序上一样正常工作。您只需将 ServiceReference 添加到指向 wcf 服务的 xbap 项目,Visual Studio 将自动生成绑定(wsHttpBinding 类型)和指向 app.config 上的服务的客户端端点(xbap 也使用 app.config)。
然后在您的 xbap 页面的代码隐藏中,只需对使用 WCF 服务进行常规编码即可。