C# Класс Microsoft.Azure.WebJobs.Script.WebHost.WebHooks.WebHookReceiverManager.DelegatingWebHookHandler

Custom WebHookHandler used to integrate ASP.NET WebHooks in our request pipeline. When a request is dispatched to a WebHookReceiver, after validating the request fully, it will delegate to this handler, allowing us to resume processing and dispatch the request to the function.
Наследование: Microsoft.AspNet.WebHooks.WebHookHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
ExecuteAsync ( string receiver, WebHookHandlerContext context ) : System.Threading.Tasks.Task

Описание методов

ExecuteAsync() публичный Метод

public ExecuteAsync ( string receiver, WebHookHandlerContext context ) : System.Threading.Tasks.Task
receiver string
context Microsoft.AspNet.WebHooks.WebHookHandlerContext
Результат System.Threading.Tasks.Task