RequestDelegateFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates RequestDelegate implementations from Delegate request handlers.
public static class RequestDelegateFactory
type RequestDelegateFactory = class
Public Class RequestDelegateFactory
- Inheritance
-
RequestDelegateFactory
Methods
Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult) |
Creates a RequestDelegate implementation for |
Create(Delegate, RequestDelegateFactoryOptions) |
Creates a RequestDelegate implementation for |
Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions, RequestDelegateMetadataResult) |
Creates a RequestDelegate implementation for |
Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions) |
Creates a RequestDelegate implementation for |
InferMetadata(MethodInfo, RequestDelegateFactoryOptions) |
Returns metadata inferred automatically for the RequestDelegate created by Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult).
This includes metadata inferred by IEndpointMetadataProvider and IEndpointParameterMetadataProvider implemented by parameter and return types to the |