How to get online or offline state of a WCF Service with a WP7 Application
- by Arjuna Wenzel
im working on a Windows Phone 7 Application that communicates with a Azure hosted WCF service.
Everything works fine in communication and so on. But i want to handle the situation when the Service is not online.
Now the WP7 App has a main screen with a login. After clicking the "Login" button the Application sends the credentials to the WCF Service which communicates with a Database.
And now my question is, is there a way to get the online/offline state of the WCF Service?
So i could give feedback to the user and the application wouldnt crash (:
Thx alot for any answer!