Important: this was correct when written, but in $current_year$, please see the HttpClient answer below
using(WebClient client = new WebClient()) {
string s = client.DownloadString(url);
}
Important: this was correct when written, but in $current_year$, please see the HttpClient answer below
using(WebClient client = new WebClient()) {
string s = client.DownloadString(url);
}