tags:

views:

41

answers:

1

Hi there,

I want to get the string generated by the WCF service, both synchronously and asynchronously. I know that with the bitmap, for instance, it's a piece of cake - you can add the event handler to BitmapImage on e.g. IsDownloaded or something. How about strings? How can I achieve that? Assume that I want to use URi for calling the WCF service.

What is the best approach for that?

Thanks in advance for the reply!

Cheers

+1  A: 

Consider using the Default Message Contract sample from MSDN.

Lucas B
I will take a glance at that stuff
Jamie