Hello.
Im looking to create a Web Service, that will host some methods. I will call these methods trough mobile devices or even computer, but in this local, Internet can be down a lot. So let's consider the following scenario:
- My mobile call WebService.Method1().
I need to wrap on my app, that if connection lost, timeout or something, i need a response and if Method1() doesnt occur, timeout, i need a response either.
How can i achieve that? I hope someone could point me.
Regards,
If you get your question answered, please come back and
Mark As Answer.
Web Developer