使用 WCF 的服务器推送技术将数据推送到客户端
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你好
您可以使用我制作的附加示例。
如果您将其发送为公共推送服务器(即通过 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
这里有一个示例
There is a sample here
另一种选择是 signalR
Another alternative is signalR