Name | Description |
---|---|
DynamicWebHookReceiverConfig | |
WebHookReceiverManager | Class managing routing of requests to registered WebHook Receivers. It initializes an HttpConfiguration and loads all registered WebHook Receivers. |
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. |