Share via


NSUrlSessionHandler Class

Definition

public class NSUrlSessionHandler : System.Net.Http.HttpMessageHandler
type NSUrlSessionHandler = class
    inherit HttpMessageHandler
Inheritance
NSUrlSessionHandler

Constructors

Name Description
NSUrlSessionHandler()
NSUrlSessionHandler(NSUrlSessionConfiguration)

Properties

Name Description
AllowAutoRedirect
AllowsCellularAccess
AutomaticDecompression
BypassBackgroundSessionCheck
CertificateChainPolicy

Gets or sets the custom chain policy to use when validating certificate chains.

CheckCertificateRevocationList

Gets or sets a value that indicates whether the certificate is checked against the certificate authority revocation list.

ClientCertificateOptions
ClientCertificates

Gets the collection of security certificates that are associated with requests to the server.

CookieContainer
Credentials
DefaultProxyCredentials
DisableCaching
MaxAutomaticRedirections
MaxConnectionsPerServer
MaxInputInMemory
MaxResponseHeadersLength
PreAuthenticate
Properties
Proxy
ServerCertificateCustomValidationCallback
SslProtocols
SupportsAutomaticDecompression
SupportsProxy
SupportsRedirectConfiguration
TrustOverrideForUrl
UseCookies

Enable or disable the use of cookies.

UseProxy

Methods

Name Description
Dispose(Boolean)
SendAsync(HttpRequestMessage, CancellationToken)

Applies to