RequestDelegateFactory Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea RequestDelegate implementazioni da Delegate gestori di richieste.
public static class RequestDelegateFactory
type RequestDelegateFactory = class
Public Class RequestDelegateFactory
- Ereditarietà
-
RequestDelegateFactory
Metodi
Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult) |
Crea un'implementazione RequestDelegate per |
Create(Delegate, RequestDelegateFactoryOptions) |
Crea un'implementazione RequestDelegate per |
Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions, RequestDelegateMetadataResult) |
Crea un'implementazione RequestDelegate per |
Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions) |
Crea un'implementazione RequestDelegate per |
InferMetadata(MethodInfo, RequestDelegateFactoryOptions) |
Restituisce i metadati dedotti automaticamente per l'oggetto RequestDelegate creato da Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult).
Sono inclusi i metadati dedotti e implementati dai IEndpointMetadataProvider parametri e i tipi restituiti all'oggetto |