I\'m currently downloading an HTML page, using the following code:
Try Dim req As System.Net.HttpWebRequest = DirectCast(WebRequest.Create(URL), HttpWebR
I believe that the HttpWebResponse has a ContentEncoding property. Use it in the constructor of your StreamReader.