Getting Local Host Name

 public string GetLocalHostName()
        {
            return System.Net.Dns.GetHostName();
        }
posted @ 2012-04-01 14:51  sandeepparekh9  阅读(123)  评论(0)    收藏  举报