Is it possible to call an http url from a .net console application? can anyone give an idea.?
public string DownloadUrl(string url) { return new System.Net.WebClient().DownloadString(url); }
2.1m questions
2.1m answers
60 comments
57.0k users