All pastes #2049035 Raw Edit

Something

public text v1 · immutable
#2049035 ·published 2011-04-21 15:43 UTC
rendered paste body
#!/usr/bin/csharp

using System.Net;

WebClient w = new WebClient();
string s = w.DownloadString("http://checkip.dyndns.org/");
Console.WriteLine(s);