在 c# 中,我使用 Web 客户端类来打开 html。在那个 html 中有特定的 IP。我想搜索我的本地机器IP
WebClient wbclint = new WebClient();
value1 = wbclint.DownloadString("foo.html");
Console.WriteLine("testing");
Console.ReadKey(true);
那么使用这个 web 客户端如何捕获特定的 ip?