Personal notes about IT and SW development
public static string ResolveComputerName(string IPaddress){ return System.Net.Dns.GetHostEntry(IPaddress).HostName;}
Post a Comment
No comments:
Post a Comment