Hi Imar,
I've checked the InnerException property and it is NULL unfortunately. So no luck there
.
The message
HTTP/1.0 516 Error Message(CR)(LF)
is returned from the web server the moment i close the stream that I use to write data to the request stream. I'm a bit concerned that the web server closes the connection after this message has been sent.
Shouldn't I be able to read the above message even if the connection is closed? For all I know the message has already been sent from the server and should be available on the "wire".
Simon