views:

239

answers:

1

How can I receive a message from one client and Callback to all Clients connected to the Host to send that message?

+2  A: 

This is called a "publish-and-subscribe" service - there's a number of ways you can achieve this in WCF - see those blog posts and articles for more information:

Marc

marc_s