1
vote
6answers
2k views
How do you parse an IP address string in C#?
I'm writing C# code that uses the windows IP Helper API. One of the functions I'm trying to call is "GetBestInterface" that takes a 'uint' representation of an IP. What I need is to parse a textual …
1
vote
8answers
679 views
How do you find out which NIC is connected to the internet?
Consider the following setup:
A windows PC with a LAN interface and a WiFi interface (the standard for any new laptop). Each of the interfaces might be connected or disconnected from a network. I n …
2
votes
3answers
222 views
Unit testing a module that checks internet connectivity
I have a C# module responsible for acquiring the list of network adapters that are "connected to the internet" on a windows Vista machine. The module uses the " …
1
vote
How do you find out which NIC is connected to the internet?
Apparently, in Vista there are new interfaces that enable querying for internet connectivity and more. Take a look at the …
