2
Answers

how can i know my real IP address?

zngr2003

zngr2003

19y
5.6k
1
how can i know my real IP address? i connect to the internet throw a LAN and my local IP in the LAN is 10.0.0.5 when i try the following code i get my local IP IPHostEntry iphstenry = Dns.GetHostByName(Dns.GetHostName()); IPAddress []ipadrsslst = iphstenry.AddressList; for(int i=0;i
Answers (2)