RequestDelegateFactory クラス

定義

要求ハンドラーからDelegate実装を作成RequestDelegateします。

public static class RequestDelegateFactory
type RequestDelegateFactory = class
Public Class RequestDelegateFactory
継承
RequestDelegateFactory

メソッド

Create(Delegate, RequestDelegateFactoryOptions)

の実装を RequestDelegate 作成します handler

Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult)

の実装を RequestDelegate 作成します handler

Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions)

の実装を RequestDelegate 作成します methodInfo

Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions, RequestDelegateMetadataResult)

の実装を RequestDelegate 作成します methodInfo

InferMetadata(MethodInfo, RequestDelegateFactoryOptions)

によってCreate(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult)作成された に対して自動的に推論されるメタデータをRequestDelegate返します。 これには、 によって推論され、IEndpointParameterMetadataProviderパラメーターによってIEndpointMetadataProvider実装され、 に型が返されるメタデータがmethodInfo含まれます。

適用対象