使用 WCF 的服务器推送技术将数据推送到客户端

发布于 2024-09-09 04:47:33 字数 175 浏览 8 评论 0原文

如何将服务器推送与 WCF Web 服务结合使用来与 ASP.NET 客户端通信并将数据推送到浏览器?我可以使用 WCF 实现 BOSH 吗?

谢谢。

自然LV

How can i use Server Push with my WCF web service to communicate with the asp.net clients and push the data to the browser? Can i implement BOSH with WCF?

Thank you.

NLV

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

殤城〤 2024-09-16 04:47:33

你好
您可以使用我制作的附加示例。
如果您将其发送为公共推送服务器(即通过 WebService 提供),您将必须添加一个将使用 MSMQ 的 Web 服务。
问题是您需要在服务器和客户端上安装 IIS。
如果您在内部使用它,那么 MSMQ 就足够了。
http://www.codeproject.com/KB/WCF/WcfMsmqServerPush.aspx

Hi
You can use the attached example I have made.
If you sent it to be a public push server - i.e available via WebService - you will have to add a webservice that will use the MSMQ.
The problem is that you will need to have an IIS installed on both the server and the client.
If you use it internally then MSMQ will be enough.
http://www.codeproject.com/KB/WCF/WcfMsmqServerPush.aspx

虫児飞 2024-09-16 04:47:33

另一种选择是 signalR

Another alternative is signalR

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文