Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HttpClientHandler type exposes the following members.
Properties
| 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 how the client certificates are provided. |
![]() |
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. |
Top
.gif)