Vern DeHaven

Results 1 comments of Vern DeHaven

The `HttpWebResponse` is sitting on `e.Response.res`, a private member of `Response` on `WebException`. It's not only private, it's protected or internal, so we can't expose it in a subclass. Would...