[2.0] [internet connection checking problem]
hi friends,
I want to check if internet is available or not how can i achieve this functionality .. i am using this coding
"NetworkInterface.GetIsNetworkAvailable()"
but its not working properly.. if anyone know the coding for this fuctionality plz help me..
Re: [2.0] [internet connection checking problem]
You could ping a website and wait for a response.
You could also use InternetGetConnectedState.
You could also use WebRequest to get a response from a web page.