Friday, May 1, 2015

asp.net get host details

 public static string GetHostDetails()
        {
            string hostName = GetHostName();
            string hostIP = GetHostIP();

            return hostName + " " + hostIP;
        }

No comments:

Post a Comment