C# 클래스 JudoDotNetXamarin.NativeHandler

상속: System.Net.Http.DelegatingHandler
파일 보기 프로젝트 열기: JudoPay/Judo-Xamarin 1 사용 예제들

공개 메소드들

메소드 설명
NativeHandler ( HttpMessageHandler innerHandler, JudoPayDotNet.Authentication.Credentials credentials, ILog log, string apiVersionHeader, string apiVersionValue, IClientService clientService ) : System

보호된 메소드들

메소드 설명
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

메소드 상세

NativeHandler() 공개 메소드

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
리턴 System

SendAsync() 보호된 메소드

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