C# 클래스 BraintreeEncryptionExample.BraintreeHttpClient

파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption_examples 1 사용 예제들

공개 메소드들

메소드 설명
BraintreeHttpClient ( string merchantServerURL, UploadStringCompletedEventHandler handler ) : System
Post ( object>.IDictionary parameters ) : void

비공개 메소드들

메소드 설명
AddParams ( object>.IEnumerable parameters ) : void

메소드 상세

BraintreeHttpClient() 공개 메소드

public BraintreeHttpClient ( string merchantServerURL, UploadStringCompletedEventHandler handler ) : System
merchantServerURL string
handler UploadStringCompletedEventHandler
리턴 System

Post() 공개 메소드

public Post ( object>.IDictionary parameters ) : void
parameters object>.IDictionary
리턴 void