Table of Contents

Method OnHttpRequestClose

Namespace
Sisk.Core.Http.Handlers
Assembly
Sisk.Core.dll

OnHttpRequestClose(HttpServerExecutionResult)

Method that is called when an HttpRequest is closed in the HTTP server.

protected virtual void OnHttpRequestClose(HttpServerExecutionResult result)

Parameters

result HttpServerExecutionResult

The result of the execution of the request.