C# Class Telerik.Sitefinity.Newsletters.SendGrid.Services.SendGridWebHookPlugin

A ServiceStack plug-in that configures the web hook endpoints used by SendGrid for event notifications.
Inheritance: IPlugin
显示文件 Open project: Sitefinity/NewslettersSendGrid

Public Methods

Method Description
Register ( IAppHost appHost ) : void

Adding the SendGrid web hook service routes

Method Details

Register() public method

Adding the SendGrid web hook service routes
public Register ( IAppHost appHost ) : void
appHost IAppHost The service stack appHost
return void