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); }
1.4m articles
1.4m replys
5 comments
57.0k users