Calling WCF Duplex service in Silverlight

added by learndotnet
2/15/2011 11:30:35 PM

110 Views

In a typical Silverlight application, a client web service requests a web service and waits for the response from the service and then processes it. This is distinctly a one way communication, in which a client must initiate every conversation.


0 comments