I’m writing an application that will be used in a mobile environment where network connectivity will be up/down regularly. How do I check to see that a specific network is available?
I’m writing an application that will be used in a mobile environment where network
Share
Try
NetworkInterface.GetIsNetworkAvailable: