G
Guest
Does anyone else agree with me that the WebRequest object SHOULD NOT throw
an exception when the web server returns a status code of 500? I mean, 500
is a valid response and should be expected by the caller. The
HttpWebResponse object already has a StatusProperty, why can it return a
ResponseObject with the status property of 500
(System.Net.HttpStatusCode.InternalServerError). I enjoy working with the
..net framework, and I think highly of everyone involed in its creation and
ongoing progress but I find this to be a blatanly horrible design choice.
an exception when the web server returns a status code of 500? I mean, 500
is a valid response and should be expected by the caller. The
HttpWebResponse object already has a StatusProperty, why can it return a
ResponseObject with the status property of 500
(System.Net.HttpStatusCode.InternalServerError). I enjoy working with the
..net framework, and I think highly of everyone involed in its creation and
ongoing progress but I find this to be a blatanly horrible design choice.