Table of Contents

Method OnHttpRequestCloseAsync

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

OnHttpRequestCloseAsync(HttpServerExecutionResult)

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

protected virtual Task OnHttpRequestCloseAsync(HttpServerExecutionResult result)

Parameters

result HttpServerExecutionResult

The result of the execution of the request.

Returns

Task