Ways to make two way communications for notification using .NET
问题 I have a server/client project, I am using C# for coding, WCF as server. I am limited to HTTP, had no luck with wsdualhttpbinding so far. Project is working on company network. Is there any way to send notifications from server to client in any way other than WCF duplex? Please tell all options. 回答1: I am assuming because of firewall issues you have problems with an incoming connection. In such a scenario a common way to solve the problem is. Have a separate thread from which you poll the