IISMiddleware 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class IISMiddleware
public class IISMiddleware
type IISMiddleware = class
Public Class IISMiddleware
- 继承
-
构造函数
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 进程外正常工作的中间件。
|
IISMiddleware(RequestDelegate, ILoggerFactory, IOptions<IISOptions>, String)
|
使 IIS 进程外正常工作的中间件。
|
方法
适用于