Hi, im trying to get the public IPAddress of a computer programmaticall y. I
tried using
Net.DNS.GetHost Entry(Net.Dns.G etHostName()).A ddressList(0)
but that only gives the inter-network IPAddress. how can i get the external
IP Address....if that makes any sense
thanks
--
-iwdu15
tried using
Net.DNS.GetHost Entry(Net.Dns.G etHostName()).A ddressList(0)
but that only gives the inter-network IPAddress. how can i get the external
IP Address....if that makes any sense
thanks
--
-iwdu15
Comment