C# Class GenericReceivers.DependencyInjection.WebHooks.GenericJsonWebHookHandler

Inheritance: Microsoft.AspNet.WebHooks.WebHookHandler
Afficher le fichier Open project: aspnet/WebHooks

Méthodes publiques

Méthode Description
ExecuteAsync ( string receiver, WebHookHandlerContext context ) : System.Threading.Tasks.Task
GenericJsonWebHookHandler ( ) : System.Linq

Method Details

ExecuteAsync() public méthode

public ExecuteAsync ( string receiver, WebHookHandlerContext context ) : System.Threading.Tasks.Task
receiver string
context Microsoft.AspNet.WebHooks.WebHookHandlerContext
Résultat System.Threading.Tasks.Task

GenericJsonWebHookHandler() public méthode

public GenericJsonWebHookHandler ( ) : System.Linq
Résultat System.Linq