Hi,
I am looking for an http library (for c# program) that will allow me to download some html documents from the web. i am aware to the HttpWebRequest object and the other options that provided by the .NET library, however, i need more complete solution that would be able to handle different document encodings (sometimes the encoding is specified in the document itself rather than in the Http headers).
Thanks.