Reputation: 35
How to detect if there is an internet connection on windows mobile 6 phone? What is the simplest way?
Upvotes: 2
Views: 602
Reputation: 52788
It's not that easy to implement yourself. I found it easier to use the ConnectionManager class from the OpenNetCF Smart Device Framework.
Upvotes: 1