Tagged Questions

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
668 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 need …