C# Class JudoDotNetXamarin.NativeHandler

Inheritance: System.Net.Http.DelegatingHandler
Exibir arquivo Open project: JudoPay/Judo-Xamarin Class Usage Examples

Public Methods

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

Protected Methods

Method Description
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Method Details

NativeHandler() public method

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
return System

SendAsync() protected method

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