C# Class StripeReceiver.WebHooks.StripeWebHookHandler

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

Méthodes publiques

Méthode Description
ExecuteAsync ( string generator, WebHookHandlerContext context ) : System.Threading.Tasks.Task
StripeWebHookHandler ( ) : System.Collections.Specialized

Method Details

ExecuteAsync() public méthode

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

StripeWebHookHandler() public méthode

public StripeWebHookHandler ( ) : System.Collections.Specialized
Résultat System.Collections.Specialized