IISMiddleware Třída

Definice

Middleware, který umožňuje, aby služba IIS fungovala mimo proces.

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

Konstruktory

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

Middleware, který umožňuje, aby služba IIS fungovala mimo proces.

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

Middleware, který umožňuje, aby služba IIS fungovala mimo proces.

Metody

Invoke(HttpContext)

Vyvolání middlewaru

Platí pro