Get IP address through c# (in IPv4 value) - Stack Overflow
Possible Duplicate: Get IPv4 addresses from Dns.GetHostEntry() ... Dns.
GetHostName(); IPHostEntry ipEntry = System.Net.Dns.GetHostEntry(
strHostName); IPAddress[] addr = ipEntry.
stackoverflow.com |