HttpClientHandlerExtensions Class
Provides extension methods for determining the capabilities of the HTTP client handler.
Namespace: System.Net.Http
Assembly: System.Net.Http.Extensions (in System.Net.Http.Extensions.dll)
The HttpClientHandlerExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | SupportsAllowAutoRedirect | Determines whether the HTTP client handler supports following redirection responses. |
![]() ![]() | SupportsPreAuthenticate | Determines whether the HTTP client handler supports sending an authorization header with the request. |
![]() ![]() | SupportsProtocolVersion | Determines whether the HTTP client handler supports protocol version with the request. |
![]() ![]() | SupportsTransferEncodingChunked | Determines whether the HTTP client handler supports transfer encoding chunked. |
![]() ![]() | SupportsUseProxy | Determines whether the HTTP client handler supports using a proxy for the request. |
Show:

