public String GetHostName() { HostConfiguration hostConfiguration = IP.GetHostConfiguration(); return(hostConfiguration.GetHostName()); }