G
Guest
Hi, im trying to get the public IPAddress of a computer programmatically. I
tried using
Net.DNS.GetHostEntry(Net.Dns.GetHostName()).AddressList(0)
but that only gives the inter-network IPAddress. how can i get the external
IP Address....if that makes any sense
thanks
tried using
Net.DNS.GetHostEntry(Net.Dns.GetHostName()).AddressList(0)
but that only gives the inter-network IPAddress. how can i get the external
IP Address....if that makes any sense
thanks