C# Class PaymillWrapper.Net.HttpClientRest

Inheritance: System.Net.Http.HttpClient
Afficher le fichier Open project: jcantos/paymillwrappernet Class Usage Examples

Méthodes publiques

Méthode Description
HttpClientRest ( string apiUrl, string apiKey ) : System

Create an HttpClientRest-object

Method Details

HttpClientRest() public méthode

Create an HttpClientRest-object
public HttpClientRest ( string apiUrl, string apiKey ) : System
apiUrl string API Endpoint URL
apiKey string Private key
Résultat System