C# Class JudoDotNetXamarin.NativeHandler

Inheritance: System.Net.Http.DelegatingHandler
Afficher le fichier Open project: JudoPay/Judo-Xamarin Class Usage Examples

Méthodes publiques

Méthode Description
NativeHandler ( HttpMessageHandler innerHandler, JudoPayDotNet.Authentication.Credentials credentials, ILog log, string apiVersionHeader, string apiVersionValue, IClientService clientService ) : System

Méthodes protégées

Méthode Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Method Details

NativeHandler() public méthode

public NativeHandler ( HttpMessageHandler innerHandler, JudoPayDotNet.Authentication.Credentials credentials, ILog log, string apiVersionHeader, string apiVersionValue, IClientService clientService ) : System
innerHandler System.Net.Http.HttpMessageHandler
credentials JudoPayDotNet.Authentication.Credentials
log ILog
apiVersionHeader string
apiVersionValue string
clientService IClientService
Résultat System

SendAsync() protected méthode

protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request System.Net.Http.HttpRequestMessage
cancellationToken System.Threading.CancellationToken
Résultat Task