Many Thanks
Darren Thomas
You can check a previous post:
http://66.129.67.100/247reference/msgs/5/28316.aspx
Regards,
Elan Zhou
This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net? http://www.gotdotnet.com
Regards
Darren Thomas
MCP
"Darren Thomas" <qzr...@btinternet.com> wrote in message
news:aok6qj$p8n$1...@venus.btinternet.com...
Dim ipaddr As IPAddress()
Dim ipHost As New IPHostEntry()
ipHost = Dns.GetHostByName(Dns.GetHostName())
ipaddr = ipHost.AddressList
Dim x As IPAddress
For Each x In ipaddr
Console.WriteLine("IP Address {0}", x.IsLoopback(x))
Next
-Todd, Alfredo, Craig, Kemp (MS)
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Darren Thomas" <qzr...@btinternet.com> wrote in message
news:aou2tn$lq6$1...@venus.btinternet.com...