RequestDelegateFactory Třída

Definice

Vytvoří RequestDelegate implementace z Delegate obslužných rutin požadavků.

public static class RequestDelegateFactory
type RequestDelegateFactory = class
Public Class RequestDelegateFactory
Dědičnost
RequestDelegateFactory

Metody

Create(Delegate, RequestDelegateFactoryOptions)

Vytvoří implementaci RequestDelegate pro handler.

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

Vytvoří implementaci RequestDelegate pro methodInfo.

Platí pro