C# Class StripeReceiver.WebHooks.StripeWebHookHandler

Inheritance: Microsoft.AspNet.WebHooks.WebHookHandler
Show file Open project: aspnet/WebHooks

Public Methods

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

Method Details

ExecuteAsync() public method

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

StripeWebHookHandler() public method

public StripeWebHookHandler ( ) : System.Collections.Specialized
return System.Collections.Specialized