Class KeepAliveMiddleware
Used for the Umbraco keep alive service. This is terminating middleware.
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.BackOffice.Middleware
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class KeepAliveMiddleware : IMiddleware
Methods
View SourceInvokeAsync(HttpContext, RequestDelegate)
Declaration
public async Task InvokeAsync(HttpContext context, RequestDelegate next)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Http.HttpContext | context | |
| Microsoft.AspNetCore.Http.RequestDelegate | next |
Returns
| Type | Description |
|---|---|
| Task |