HttpWebResponse does not do any content manipulation or escaping. If you are
seeing escape characters, they were probably being sent by the server
itself.

Signature
feroze
-----------------
This posting is provided as-is. It offers no warranties and assigns no
rights.
See http://weblogs.asp.net/feroze_daud for System.Net related posts.
----------------
> When using HttpResponse, I'm getting HTML entities in the returned value:
>
[quoted text clipped - 12 lines]
> The "<" and ">" are replaced with HTML markup. I'm sure there's a logical
> explanation that I'm overlooking, so has anyone have an explanation?