C# Class Microsoft.AspNet.WebHooks.WebHookHandlerContext

Provides context for an incoming WebHook request. The context is passed to registered IWebHookHandler implementations which can process the incoming request accordingly.
Afficher le fichier Open project: aspnet/WebHooks Class Usage Examples

Méthodes publiques

Méthode Description
WebHookHandlerContext ( IEnumerable actions ) : System

Initializes a new instance of the WebHookHandlerContext with the given set of actions.

Method Details

WebHookHandlerContext() public méthode

Initializes a new instance of the WebHookHandlerContext with the given set of actions.
public WebHookHandlerContext ( IEnumerable actions ) : System
actions IEnumerable
Résultat System