IMiddlewareFactory インターフェイス

定義

ミドルウェアを作成するメソッドを提供します。

public interface class IMiddlewareFactory
public interface IMiddlewareFactory
type IMiddlewareFactory = interface
Public Interface IMiddlewareFactory
派生

メソッド

Create(Type)

要求ごとにミドルウェア インスタンスを作成します。

Release(IMiddleware)

各要求の IMiddleware 最後にインスタンスを解放します。

適用対象