Need help on getting a list of IPv4 and IPv6 IP Addresses
This is what I have at the moment don't even now what it does, but ain't doing what I'm hoping for public static List<string> GetLocalIPAddresses() { List<string> ipAddresses = new List<string>();