I have a Silverlight 4 application that uses WCF duplexing by creating a callback to the client.From the client, I have a method that retrieves all rows from a database (not really, but for this 开发者
The client application will register requests to monitor events on the server.The Client\'s call back is added to a dictionary (and refreshed by the client on a regular interval)
I have a silverlight app that uses WCF both by polling Duplex and \"normal\" async calls.everything was working fine, until I added a global.asax file.
Im running silverlight client version 4.0.50917.0and SDK version 4.0.50826.1 I\'ve created a simple silverlight client against a wcf pollingduplex binding:
I have a wcf duplex service with work fine in silverlight. but the same service I want to consume in windows console application. My code as follow:
I am implementing a WCF service, with a Silverlight 3 client, which uses a PollingDuplexHttpBinding for communications.What are the alternatives for handling when a client closes their browser witho开
I\'m using the WCF PollingDuplexHttpBinding channel to push notifications to Silverlight clients. For the most part it works well but I\'m fighting it to get a few basis session management functions t