C# Class BraintreeEncryptionExample.BraintreeHttpClient

Afficher le fichier Open project: braintree/braintree_windows_phone_encryption_examples Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AddParams ( object>.IEnumerable parameters ) : void

Method Details

BraintreeHttpClient() public méthode

public BraintreeHttpClient ( string merchantServerURL, UploadStringCompletedEventHandler handler ) : System
merchantServerURL string
handler UploadStringCompletedEventHandler
Résultat System

Post() public méthode

public Post ( object>.IDictionary parameters ) : void
parameters object>.IDictionary
Résultat void