C# Класс ModernHttpClient.NSUrlSessionHandler.NativeMessageHandler

Наследование: HttpClientHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
NSUrlSessionHandler ( ) : System
NativeMessageHandler ( ) : System
NativeMessageHandler ( bool throwOnCaptiveNetwork, bool customSSLVerification, NativeCookieHandler cookieHandler = null, SslProtocol minimumSSLProtocol = null ) : System
NativeMessageHandler ( bool throwOnCaptiveNetwork, bool customSSLVerification, NativeCookieHandler cookieHandler = null, SslProtocol? minimumSSLProtocol = null ) : System
RegisterForProgress ( HttpRequestMessage request, ProgressDelegate callback ) : void

Защищенные методы

Метод Описание
SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task

Приватные методы

Метод Описание
getAndRemoveCallbackFromRegister ( HttpRequestMessage request ) : ProgressDelegate
getHeaderSeparator ( string name ) : string

Описание методов

NSUrlSessionHandler() публичный Метод

public NSUrlSessionHandler ( ) : System
Результат System

NativeMessageHandler() публичный Метод

public NativeMessageHandler ( ) : System
Результат System

NativeMessageHandler() публичный Метод

public NativeMessageHandler ( bool throwOnCaptiveNetwork, bool customSSLVerification, NativeCookieHandler cookieHandler = null, SslProtocol minimumSSLProtocol = null ) : System
throwOnCaptiveNetwork bool
customSSLVerification bool
cookieHandler NativeCookieHandler
minimumSSLProtocol SslProtocol
Результат System

NativeMessageHandler() публичный Метод

public NativeMessageHandler ( bool throwOnCaptiveNetwork, bool customSSLVerification, NativeCookieHandler cookieHandler = null, SslProtocol? minimumSSLProtocol = null ) : System
throwOnCaptiveNetwork bool
customSSLVerification bool
cookieHandler NativeCookieHandler
minimumSSLProtocol SslProtocol?
Результат System

RegisterForProgress() публичный Метод

public RegisterForProgress ( HttpRequestMessage request, ProgressDelegate callback ) : void
request HttpRequestMessage
callback ProgressDelegate
Результат void

SendAsync() защищенный Метод

protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request HttpRequestMessage
cancellationToken CancellationToken
Результат Task