Compartir a través de


IISMiddleware Clase

Definición

Middleware que permite que IIS fuera de proceso funcione.

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

Constructores

IISMiddleware(RequestDelegate, ILoggerFactory, IOptions<IISOptions>, String)

Middleware que permite que IIS fuera de proceso funcione.

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

Middleware que permite que IIS fuera de proceso funcione.

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

Middleware que permite que IIS fuera de proceso funcione.

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

Middleware que permite que IIS fuera de proceso funcione.

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

Middleware que permite que IIS fuera de proceso funcione.

Métodos

Invoke(HttpContext)

Invoque el middleware.

Se aplica a