Method | Description | |
---|---|---|
ExecuteAsync ( string receiver, |
Method | Description | |
---|---|---|
WebHookHandler ( ) : System.Threading.Tasks |
Initializes a new instance of the WebHookHandler class with a default Order of 50 and by default accepts WebHooks from all receivers. To limit which receiver this IWebHookHandler will receive WebHook requests from, set the Receiver property to the name of that receiver.
|
public abstract ExecuteAsync ( string receiver, |
||
receiver | string | |
context | ||
return | System.Threading.Tasks.Task |
protected WebHookHandler ( ) : System.Threading.Tasks | ||
return | System.Threading.Tasks |