IISMiddleware クラス

定義

IIS Out-Of-Process を機能させるミドルウェア。

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

コンストラクター

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

IIS Out-Of-Process を機能させるミドルウェア。

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

IIS Out-Of-Process を機能させるミドルウェア。

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

IIS Out-Of-Process を機能させるミドルウェア。

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

IIS Out-Of-Process を機能させるミドルウェア。

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

IIS Out-Of-Process を機能させるミドルウェア。

メソッド

Invoke(HttpContext)

ミドルウェアを呼び出します。

適用対象