codice:
string localHostName = System.Net.Dns.GetHostName();
	Console.WriteLine(System.Net.Dns.GetHostByName(localHostName).AddressList[0]);
HTH