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
파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script

공개 메소드들

메소드 설명
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