Getting Local Host Name

2:03 AM
 public string GetLocalHostName()
        {
            return System.Net.Dns.GetHostName();
        }

0 comments:

Post a Comment