WebHooksConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration object for WebHookTriggerAttribute decorated job functions.
public class WebHooksConfiguration
type WebHooksConfiguration = class
Public Class WebHooksConfiguration
- Inheritance
-
WebHooksConfiguration
Constructors
WebHooksConfiguration() |
Constructs a new instance. |
WebHooksConfiguration(Int32) |
Constructs a new instance. |
Properties
Port |
Gets the listen port that the host is listening for WebHook invocations on. |
Methods
UseReceiver<T>() |
Adds the specified Microsoft.AspNet.WebHooks.WebHookReceiver to the request pipeline. Once a receiver is registered, any WebHook functions with a route starting with that receiver name will be authenticated by that receiver. |