1 2 3
WebClient wClient = new WebClient(); string strSource = wClient.DownloadString("http://myip.bdsw.de/"); MessageBox.Show(strSource);