I am new into WCF stuff. I am curious to know two things about async methods:
What happens for some reason network goes down when I sending request to the service? Do I get any kind of exception or something k=like that?
What happens if network goes down when service tries to respond to the request? Does the result gets lost?
Thanks for the help!