Org.Apache.Http.Client.Protocol Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| ClientContext |
HttpContext attribute names for client. |
| ClientContextConfigurer |
Configures client-specific attributes in an HTTP context. |
| ClientContextConfigurer.InterfaceConsts |
Client HTTP context attribute names inherited from IClientContext. |
| RequestAddCookies |
Request interceptor that matches cookies available in the current ICookieStore to the request being executed and generates corresponding cookierequest headers. |
| RequestDefaultHeaders |
Request interceptor that adds default request headers. |
| RequestProxyAuthentication |
Request interceptor that adds a proxy authentication header when the HTTP context supplies credentials and an authentication scheme. |
| RequestTargetAuthentication |
Request interceptor that adds a target authentication header when the HTTP context supplies credentials and an authentication scheme. |
| ResponseProcessCookies |
Response interceptor that populates the current ICookieStore with data contained in response cookies received in the given the HTTP response. |
Interfaces
| Name | Description |
|---|---|
| IClientContext |
Defines HTTP context attribute names for an HTTP client. |