Hello everyone, there is a website http://www.myip.ru/ru-RU/index.php , you need to pull the IP from it and add it to a variable, but I don’t know how to do it ... and I don’t even know how make a request to google ... who can help.

1 answer 1

IPAddress addr = IPAddress.Parse(new WebClient().DownloadString("http://api.externalip.net/ip/"));