In WPF (in the code behind) is there a way to determine if the computer on which the client application is running has access to the Internet?
I'm not sure if there is a simple dedicated method / property to check this out or whether I will need to try HttpGet or the like to determine this.
Is there a property or method for this purpose?
- Lee
source
share