carolcerulean
New Member
In my asp.net mvc3 I have a wcf service with this behavior :\[code\][ServiceBehavior( InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]\[/code\]the service can notify all connected clients with a callback on a wsDualHttpBinding.I want to notify clients from controller. How I can comunicate with WCF istance from controllers?