HttpClientHandler Properties
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | AllowAutoRedirect | Gets or sets a value that indicates whether the handler should follow redirection responses. |
![]() | AutomaticDecompression | Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response. |
![]() | ClientCertificateOptions | Gets or sets a value that indicates if the certificate is automatically picked from the certificate store or if the caller is allowed to pass in a specific client certificate. |
![]() | CookieContainer | Gets or sets the cookie container used to store server cookies by the handler. |
![]() | Credentials | Gets or sets authentication information used by this handler. |
![]() | MaxAutomaticRedirections | Gets or sets the maximum number of redirects that the handler follows. |
![]() | MaxRequestContentBufferSize | Gets or sets the maximum request content buffer size used by the handler. |
![]() | PreAuthenticate | Gets or sets a value that indicates whether the handler sends an Authorization header with the request. |
![]() | Proxy | Gets or sets proxy information used by the handler. |
![]() | SupportsAutomaticDecompression | Gets a value that indicates whether the handler supports automatic response content decompression. |
![]() | SupportsProxy | Gets a value that indicates whether the handler supports proxy settings. |
![]() | SupportsRedirectConfiguration | Gets a value that indicates whether the handler supports configuration settings for the AllowAutoRedirect and MaxAutomaticRedirections properties. |
![]() | UseCookies | Gets or sets a value that indicates whether the handler uses the CookieContainer property to store server cookies and uses these cookies when sending requests. |
![]() | UseDefaultCredentials | Gets or sets a value that controls whether default credentials are sent with requests by the handler. |
![]() | UseProxy | Gets or sets a value that indicates whether the handler uses a proxy for requests. |
