December 8th, 2008
Finding all local IP Addresses in C# - 1
A common problem is the find out the IP address of the machine your C# program is running on. C# provides two methods for obtaining the information. The first one is easy; but somewhat undocumented. The other one is just a little harder. If your code has to run on Mono then the second option is your only alternative.



Except where otherwise noted, content on this site is