Wondering... I have a test whereby calling abort on a HttpWebRequest asynchronous GET requests seems to make the request abort and return the relevant status code. However for POST requests, calling Abort does not have the same effect. It appears to continue processing the request regardless. Is this by design or am I doing something wrong.
Thanks in advance