i want to check internet connection in my application.but, its not displaying properly.
i am using this code for internet connection:
NetworkInterface.GetIsNetworkAvailable();
in this code always return true value.if net available or not available return true only.
if anyone know tell me idea to do this.
thanks.