Contents tagged with HttpResponse
-
Why not to use HttpResponse.Close and HttpResponse.End
I’ve seen many times developers use HttpResponse.Close and HttpResponse.End when they want to end the request and send a response to the client. If you read the MSDN explanation about HttpResponse.Close Method, in Remarks you will see the following explanation: