C# Class 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.
Inheritance: Microsoft.AspNet.WebHooks.WebHookHandler
显示文件 Open project: Azure/azure-webjobs-sdk-script

Public Methods

Method Description
ExecuteAsync ( string receiver, WebHookHandlerContext context ) : System.Threading.Tasks.Task

Method Details

ExecuteAsync() public method

public ExecuteAsync ( string receiver, WebHookHandlerContext context ) : System.Threading.Tasks.Task
receiver string
context Microsoft.AspNet.WebHooks.WebHookHandlerContext
return System.Threading.Tasks.Task