C# Class BraintreeEncryptionExample.BraintreeHttpClient

Datei anzeigen Open project: braintree/braintree_windows_phone_encryption_examples Class Usage Examples

Public Methods

Method Description
BraintreeHttpClient ( string merchantServerURL, UploadStringCompletedEventHandler handler ) : System
Post ( object>.IDictionary parameters ) : void

Private Methods

Method Description
AddParams ( object>.IEnumerable parameters ) : void

Method Details

BraintreeHttpClient() public method

public BraintreeHttpClient ( string merchantServerURL, UploadStringCompletedEventHandler handler ) : System
merchantServerURL string
handler UploadStringCompletedEventHandler
return System

Post() public method

public Post ( object>.IDictionary parameters ) : void
parameters object>.IDictionary
return void