Skip to content

The HttpDownloader derives from the WebClient class. It serves as a helper to download web pages.

License

Notifications You must be signed in to change notification settings

linkzy/HttpDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpDownloader

The HttpDownloader derives from the WebClient class. It serves as a helper to download web pages.

The original code was found in here. To suit my needs i added a few modifications.

Usage

HttpDownloader _downloader = new HttpDownloader("https://www.google.com");
string html = _downloader.GetPageHtml();

About

The HttpDownloader derives from the WebClient class. It serves as a helper to download web pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages