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);
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With