Querying Network Status in .NET programming

Work with My namespace

We can use My.Computer.Network.IsAvailable in Visual Basic.NET to determine whether the network is connected. The definition of this property is:

It leads to the approach in C#. Continue reading “Querying Network Status in .NET programming”

Content is available under CC BY-SA 3.0 unless otherwise noted.