Fastest HTML Downloader

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-05-13T16:13:40Z Indexed on 2010/05/13 18:14 UTC
Read the original article Hit count: 262

Filed under:
|
|

I want the fastest method to download the source of HTML with given URL address Is there any solution beyond normal C# solutions like (WebClient Download or HttpWebRequest, HttpWebResponse) that speed up fetching HTML source code ??

© Stack Overflow or respective owner

Related posts about c#

Related posts about threading