public void TestGetIP() { for (int i = 0; i < 10; i++) { Console.WriteLine(ComputerInfo.GetIPAddress()); Thread.Sleep(500); } }