IClientPNames Interface
Definition
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.
Parameter names for the HttpClient module.
public interface IClientPNames
type IClientPNames = interface
Remarks
Android platform documentation
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
| Name | Description |
|---|---|
| AllowCircularRedirects |
Defines whether circular redirects, which redirect to the same location, are allowed. The parameter value is a Boolean. |
| ConnectionManagerFactory |
Defines the IClientConnectionManagerFactory that creates the default client connection manager. |
| ConnectionManagerFactoryClassName |
Defines the class name of the factory that creates the default client connection manager. The parameter value is a String. |
| CookiePolicy |
Defines the name of the cookie specification used for HTTP state management. The parameter value is a String. |
| DefaultHeaders |
Defines the request headers sent by default with each request. The parameter value is an ICollection<T> of IHeader instances. |
| DefaultHost |
Defines the default host used when the target host is not specified in the request URI. The parameter value is an HttpHost. |
| HandleAuthentication |
Defines whether authentication is handled automatically. The parameter value is a Boolean. |
| HandleRedirects |
Defines whether redirects are handled automatically. The parameter value is a Boolean. |
| MaxRedirects |
Defines the maximum number of redirects to follow. The parameter value is a Int32. |
| RejectRelativeRedirect |
Defines whether relative redirects are rejected. The parameter value is a Boolean. |
| VirtualHost |
Defines the virtual host name. The parameter value is an HttpHost. |