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.
在我的 asp.net mvc3 中,我有一个具有这种行为的 wcf 服务:
[ServiceBehavior( InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]
该服务可以通过 wsDualHttpBinding 上的回调通知所有连接的客户端。
我想从控制器通知客户。如何从控制器与 WCF 实例通信?