See: Description
| Interface | Description |
|---|---|
| AfterRetryPolicyProvider |
Implementing classes are automatically added as policies after the retry policy.
|
| BeforeRetryPolicyProvider |
Implementing classes are automatically added as policies before the retry policy.
|
| HttpPipelinePolicy |
Pipeline policy.
|
| PolicyProvider |
Implementing classes automatically provide policies.
|
| Class | Description |
|---|---|
| AddDatePolicy |
The Pipeline policy that adds Date header in RFC 1123 format when sending an HTTP request.
|
| AddHeadersPolicy |
The Pipeline policy that adds a particular set of headers to HTTP requests.
|
| BearerTokenAuthenticationPolicy |
The Pipeline policy that applies a token credential to an HTTP request
with "Bearer" scheme.
|
| CookiePolicy |
The Pipeline policy that which stores cookies based on the response Set-Cookie header and adds cookies to requests.
|
| HostPolicy |
The Pipeline policy that adds the given host to each HttpRequest.
|
| HttpLoggingPolicy |
The Pipeline policy that handles logging of HTTP requests and responses.
|
| HttpLogOptions |
The log configurations for HTTP messages.
|
| HttpPolicyProviders |
This class handles adding SPI plug-able policies to a pipeline automatically.
|
| PortPolicy |
The Pipeline policy that adds a given port to each HttpRequest.
|
| ProtocolPolicy |
The Pipeline policy that adds a given protocol to each HttpRequest.
|
| ProxyAuthenticationPolicy |
The Pipeline policy that adds basic proxy authentication to outgoing HTTP requests.
|
| RequestIdPolicy |
The Pipeline policy that puts a UUID in the request header.
|
| RetryPolicy |
A pipeline policy that retries when a recoverable HTTP error occurs.
|
| TimeoutPolicy |
The Pipeline policy that limits the time allowed between sending a request
and receiving the response.
|
| UserAgentPolicy |
Pipeline policy that adds 'User-Agent' header to a request.
|
| Enum | Description |
|---|---|
| HttpLogDetailLevel |
The level of detail to log on HTTP messages.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.