39 _underlyingHandler.UseCookies =
value;
56 _underlyingHandler.CookieContainer =
value;
69 _underlyingHandler.AutomaticDecompression =
value;
82 _underlyingHandler.UseProxy =
value;
97 _underlyingHandler.Proxy =
value;
110 _underlyingHandler.DefaultProxyCredentials =
value;
123 _underlyingHandler.PreAuthenticate =
value;
142 _underlyingHandler.Credentials =
null;
156 _underlyingHandler.Credentials =
value;
168 _underlyingHandler.AllowAutoRedirect =
value;
181 _underlyingHandler.MaxAutomaticRedirections =
value;
194 _underlyingHandler.MaxConnectionsPerServer =
value;
210 if (
value >
int.MaxValue)
227 _underlyingHandler.MaxResponseHeadersLength =
value;
266 return _underlyingHandler.SslOptions.ClientCertificates ?? (_underlyingHandler.SslOptions.ClientCertificates =
new X509CertificateCollection());
289 return _underlyingHandler.SslOptions.CertificateRevocationCheckMode ==
X509RevocationMode.Online;
294 _underlyingHandler.SslOptions.CertificateRevocationCheckMode = (
value ? X509RevocationMode.Online :
X509RevocationMode.NoCheck);
308 _underlyingHandler.SslOptions.EnabledSslProtocols =
value;
static CultureInfo InvariantCulture
static ICredentials DefaultCredentials
readonly RemoteCertificateValidationCallback ForSocketsHttpHandler
virtual bool SupportsProxy
int MaxAutomaticRedirections
override void Dispose(bool disposing)
void ThrowForModifiedManagedSslOptionsIfStarted()
ClientCertificateOption _clientCertificateOptions
ICredentials? Credentials
bool UseDefaultCredentials
override HttpResponseMessage Send(HttpRequestMessage request, CancellationToken cancellationToken)
static Func< HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, bool > s_dangerousAcceptAnyServerCertificateValidator
ClientCertificateOption ClientCertificateOptions
int MaxResponseHeadersLength
readonly SocketsHttpHandler _underlyingHandler
HttpMessageHandler Handler
IDictionary< string, object?> Properties
ICredentials? DefaultProxyCredentials
Func< HttpRequestMessage, X509Certificate2?, X509Chain?, SslPolicyErrors, bool >? ServerCertificateCustomValidationCallback
long MaxRequestContentBufferSize
virtual bool SupportsRedirectConfiguration
DecompressionMethods AutomaticDecompression
bool CheckCertificateRevocationList
static Func< HttpRequestMessage, X509Certificate2?, X509Chain?, SslPolicyErrors, bool > DangerousAcceptAnyServerCertificateValidator
override Task< HttpResponseMessage > SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
virtual bool SupportsAutomaticDecompression
int MaxConnectionsPerServer
X509CertificateCollection ClientCertificates
Task< HttpResponseMessage > SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
virtual HttpResponseMessage Send(HttpRequestMessage request, CancellationToken cancellationToken)
int MaxResponseHeadersLength
SslClientAuthenticationOptions SslOptions
override void Dispose(bool disposing)
int MaxConnectionsPerServer
CookieContainer CookieContainer
ICredentials? DefaultProxyCredentials
IDictionary< string, object?> Properties
int MaxAutomaticRedirections
ICredentials? Credentials
DecompressionMethods AutomaticDecompression
static X509Certificate2 GetEligibleClientCertificate(X509CertificateCollection candidateCerts)
RemoteCertificateValidationCallback? RemoteCertificateValidationCallback
SslProtocols EnabledSslProtocols
static string net_http_invalid_enable_first
static string Format(string resourceFormat, object p1)
static string net_http_content_buffersize_limit
static int CompareExchange(ref int location1, int value, int comparand)
static bool Read(ref bool location)