html3.2

C# WebClient, Only Support HTML3.2

I need to call a webpage, but have my webclient act like it doesn't support HTML4.0, but only HTML3.2. Is it possible to do this? Perhaps with a different user-agent or some header I'm unaware of? Thanks. This is related to this problem: http://stackoverflow.com/questions/3662457/ssrs-2008-force-html3-2 ...