WCF PollingDuplexHttpBinding in non-Silverlight .NET app? -


i trying implement .net client-application connecting web service. clients may sit behind firewalls or have no public ip addresses service perspective.

the service needs use callbacks, wsdualhttpbinding supports them cannot used because: "this binding requires client has public uri provides callback endpoint service" (from msdn wsdualhttpbinding remarks), not case.

similar scenario can handled in silverlight app, pollingduplexhttpbinding connection can leveraged. pollingduplexhttpbinding seems not available in .net 4.0 , previous.

is there solution .net app (not-sl) similar pollingduplexhttpbinding binding ?

thanks

zuraff


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -