WebHooksConfiguration Class

Definition

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.

Applies to