C# Class ModernHttpClient.NSUrlSessionHandler.NativeMessageHandler

Inheritance: HttpClientHandler
ファイルを表示 Open project: xamarin/ModernHttpClient

Public Methods

Method Description
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

Protected Methods

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

Private Methods

Method Description
getAndRemoveCallbackFromRegister ( HttpRequestMessage request ) : ProgressDelegate
getHeaderSeparator ( string name ) : string

Method Details

NSUrlSessionHandler() public method

public NSUrlSessionHandler ( ) : System
return System

NativeMessageHandler() public method

public NativeMessageHandler ( ) : System
return System

NativeMessageHandler() public method

public NativeMessageHandler ( bool throwOnCaptiveNetwork, bool customSSLVerification, NativeCookieHandler cookieHandler = null, SslProtocol minimumSSLProtocol = null ) : System
throwOnCaptiveNetwork bool
customSSLVerification bool
cookieHandler NativeCookieHandler
minimumSSLProtocol SslProtocol
return System

NativeMessageHandler() public method

public NativeMessageHandler ( bool throwOnCaptiveNetwork, bool customSSLVerification, NativeCookieHandler cookieHandler = null, SslProtocol? minimumSSLProtocol = null ) : System
throwOnCaptiveNetwork bool
customSSLVerification bool
cookieHandler NativeCookieHandler
minimumSSLProtocol SslProtocol?
return System

RegisterForProgress() public method

public RegisterForProgress ( HttpRequestMessage request, ProgressDelegate callback ) : void
request HttpRequestMessage
callback ProgressDelegate
return void

SendAsync() protected method

protected SendAsync ( HttpRequestMessage request, CancellationToken cancellationToken ) : Task
request HttpRequestMessage
cancellationToken CancellationToken
return Task