IPAddress ipv= = Dns.Resolve("localhost").AddressList [0]

 IPAddress ipv= Dns.GetHostEntry(Dns.GetHostName()).AddressList[0];
posted on 2006-07-31 11:17  forrestsun  阅读(286)  评论(0编辑  收藏  举报