Method OnHttpRequestClose
OnHttpRequestClose(HttpServerExecutionResult)
Event that is called when an HttpRequest is closed in the HTTP server.
protected virtual void OnHttpRequestClose(HttpServerExecutionResult result)
Parameters
result
HttpServerExecutionResultThe result of the execution of the request.