C# Class GenericReceivers.DependencyInjection.WebHooks.GenericJsonWebHookHandler

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

Public Methods

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

Method Details

ExecuteAsync() public method

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

GenericJsonWebHookHandler() public method

public GenericJsonWebHookHandler ( ) : System.Linq
return System.Linq