C# 클래스 Braintree.WebhookNotificationGateway

상속: IWebhookNotificationGateway
파일 보기 프로젝트 열기: braintree/braintree_dotnet

공개 메소드들

메소드 설명
Parse ( string signature, string payload ) : Braintree.WebhookNotification
Verify ( string challenge ) : string

보호된 메소드들

메소드 설명
WebhookNotificationGateway ( BraintreeGateway gateway ) : Braintree.Exceptions

비공개 메소드들

메소드 설명
PayloadMatches ( string signature, string payload ) : bool
ValidateSignature ( string signature, string payload ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( string signature, string payload ) : Braintree.WebhookNotification
signature string
payload string
리턴 Braintree.WebhookNotification

Verify() 공개 메소드

public Verify ( string challenge ) : string
challenge string
리턴 string

WebhookNotificationGateway() 보호된 메소드

protected WebhookNotificationGateway ( BraintreeGateway gateway ) : Braintree.Exceptions
gateway BraintreeGateway
리턴 Braintree.Exceptions