I am running a server, and I want to display my own IP address.
What is the syntax for getting the computer\'s own (if possible, external) IP address?
Someon
WebClient webClient = new WebClient(); string IP = webClient.DownloadString("http://myip.ozymo.com/");