Share via


IISMiddleware 类

定义

使 IIS 进程外正常工作的中间件。

public ref class IISMiddleware
public class IISMiddleware
type IISMiddleware = class
Public Class IISMiddleware
继承
IISMiddleware

构造函数

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

使 IIS 进程外正常工作的中间件。

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

使 IIS 进程外正常工作的中间件。

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

使 IIS 进程外正常工作的中间件。

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

使 IIS 进程外正常工作的中间件。

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

使 IIS 进程外正常工作的中间件。

方法

Invoke(HttpContext)

调用中间件。

适用于