Sdílet prostřednictvím


IISMiddleware Třída

Definice

Middleware, který umožňuje fungování mimoprocesové služby IIS.

public ref class IISMiddleware
public class IISMiddleware
type IISMiddleware = class
Public Class IISMiddleware
Dědičnost
IISMiddleware

Konstruktory

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

Middleware, který umožňuje fungování mimoprocesové služby IIS.

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

Middleware, který umožňuje fungování mimoprocesové služby IIS.

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

Middleware, který umožňuje fungování mimoprocesové služby IIS.

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

Middleware, který umožňuje fungování mimoprocesové služby IIS.

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

Middleware, který umožňuje fungování mimoprocesové služby IIS.

Metody

Invoke(HttpContext)

Vyvolejte middleware.

Platí pro