C# Class XMerchant.PayPal.Web.AuthenticateIPNAttribute

Performs a callback to PayPal to verify the authenticity of the IPN request. If failed, an HttpUnauthorizedResult (401) is returned.
Inheritance: System.Web.Mvc.ActionFilterAttribute
Show file Open project: axefrog/XMerchant

Public Methods

Method Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Method Details

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void