How can I get all of the IP addresses attached to the machine that my application (C# NET Console app) is running on? I need to bind a WCF service to the primary IP address,
Why not just bind to 0.0.0.0 ? That way you listen on all ips