|
HttpMessageHandler | Handler [get] |
|
virtual bool | SupportsAutomaticDecompression [get] |
|
virtual bool | SupportsProxy [get] |
|
virtual bool | SupportsRedirectConfiguration [get] |
|
bool | UseCookies [get, set] |
|
CookieContainer | CookieContainer [get, set] |
|
DecompressionMethods | AutomaticDecompression [get, set] |
|
bool | UseProxy [get, set] |
|
IWebProxy? | Proxy [get, set] |
|
ICredentials? | DefaultProxyCredentials [get, set] |
|
bool | PreAuthenticate [get, set] |
|
bool | UseDefaultCredentials [get, set] |
|
ICredentials? | Credentials [get, set] |
|
bool | AllowAutoRedirect [get, set] |
|
int | MaxAutomaticRedirections [get, set] |
|
int | MaxConnectionsPerServer [get, set] |
|
long | MaxRequestContentBufferSize [get, set] |
|
int | MaxResponseHeadersLength [get, set] |
|
ClientCertificateOption | ClientCertificateOptions [get, set] |
|
X509CertificateCollection | ClientCertificates [get] |
|
Func< HttpRequestMessage, X509Certificate2?, X509Chain?, SslPolicyErrors, bool >? | ServerCertificateCustomValidationCallback [get, set] |
|
bool | CheckCertificateRevocationList [get, set] |
|
SslProtocols | SslProtocols [get, set] |
|
IDictionary< string, object?> | Properties [get] |
|
static Func< HttpRequestMessage, X509Certificate2?, X509Chain?, SslPolicyErrors, bool > | DangerousAcceptAnyServerCertificateValidator [get] |
|
Definition at line 12 of file HttpClientHandler.cs.