IISMiddleware Class

Definition

The middleware that enables IIS Out-Of-Process to work.

public ref class IISMiddleware
public class IISMiddleware
type IISMiddleware = class
Public Class IISMiddleware
Inheritance
IISMiddleware

Constructors

IISMiddleware(RequestDelegate, ILoggerFactory, IOptions<IISOptions>, String)
IISMiddleware(RequestDelegate, ILoggerFactory, IOptions<IISOptions>, String, Boolean, IAuthenticationSchemeProvider, IApplicationLifetime)
IISMiddleware(RequestDelegate, ILoggerFactory, IOptions<IISOptions>, String, Boolean, IAuthenticationSchemeProvider, IHostApplicationLifetime)

The middleware that enables IIS Out-Of-Process to work.

IISMiddleware(RequestDelegate, ILoggerFactory, IOptions<IISOptions>, String, IAuthenticationSchemeProvider, IApplicationLifetime)
IISMiddleware(RequestDelegate, ILoggerFactory, IOptions<IISOptions>, String, IAuthenticationSchemeProvider, IHostApplicationLifetime)

The middleware that enables IIS Out-Of-Process to work.

Methods

Invoke(HttpContext)

Invoke the middleware.

Applies to