Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ReceiveAsync ( string id, System.Web.Http.Controllers.HttpRequestContext context, |
||
StripeWebHookReceiver ( ) : System |
Initializes a new instance of the StripeWebHookReceiver class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources and optionally releases the managed resources.
|
|
GetEventDataAsync ( |
Gets the event data for this ID from the authenticated source so that we know that it is valid.
|
Method | Description | |
---|---|---|
IsTestEvent ( string notificationId ) : bool | ||
StripeWebHookReceiver ( |
Initializes a new instance of the StripeWebHookReceiver class with a given httpClient. This constructor is used for testing purposes.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected GetEventDataAsync ( |
||
request | ||
id | string | |
notificationId | string | |
return | Task |
public ReceiveAsync ( string id, System.Web.Http.Controllers.HttpRequestContext context, |
||
id | string | |
context | System.Web.Http.Controllers.HttpRequestContext | |
request | ||
return | Task |