C# Class DineroPortableClientSDK.DineroResponder

This is where we interact with Dinero over the web
Datei anzeigen Open project: DineroRegnskab/dinero-csharp-sdk

Private Methods

Method Description
BuildUri ( Dinero dinero, Uri baseUri, string>.Dictionary requestParameters ) : Uri

Builds the URI to be used for the Dinero request.

GetResponse ( Dinero dinero, HttpType method, string url, HttpContent httpContent, HttpClient httpClient, string contentType = "application/json" ) : Task
PerformAsync ( Dinero dinero, Uri baseUri, string>.Dictionary requestParameters, HttpType httpType, byte body ) : Task

Performs an asynchronous POST request to the Dinero API with the given binary body.

PerformAsync ( Dinero dinero, Uri baseUri, string>.Dictionary requestParameters, HttpType httpType, string body = "" ) : Task

Performs an asynchronous request to the Dinero API.

PerformAsyncStream ( Dinero dinero, Uri baseUri, string>.Dictionary requestParameters, HttpType httpType, string body = "" ) : Task

Performs an asynchronous request to the Dinero API.

TryParseResponseBody ( string content, ResponseBody &responseBody ) : bool
WorkAsync ( Dinero dinero, HttpType method, string url, HttpContent httpContent ) : Task

Download data from the API.

WorkAsyncStream ( Dinero dinero, HttpType method, string url, HttpContent httpContent ) : Task

Download data from the API.