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.
是否可以在不使用回调的情况下将数据推送到 WCF 服务中的客户端?
设想:
有 2 个客户消费服务。客户端 1 发送消息,然后客户端 2 收到客户端 1 发送的消息。
有几种方法可以解决这个问题
使用 发布-订阅框架
在 WCF 中使用双工服务
还可以看看这篇文章, 使用 WCF 回调服务将数据推送到客户端 http://www.dotnetcurry.com/ShowArticle.aspx?ID=721