08-13-2010, 02:48 PM
Code:
public static string getIP()
{
try
{
WebClient client = new WebClient();
return client.DownloadString("http://whatismyip.com/automation/n09230945.asp");
}
catch (Exception) { return null; }
}
grabbed from vBot
i think it was the first to use this.