The fields of Org.Apache.Http.Client.Params.ClientPNames are listed below. For a list of all members, see the ClientPNames Members list.
See Also: Inherited members from System.Object
const | AllowCircularRedirects | string. Defines whether circular redirects (redirects to the same location) should be allowed. |
const | ConnectionManagerFactory | string. Defines the factory to create a default Org.Apache.Http.Conn.IClientConnectionManager. |
const | ConnectionManagerFactoryClassName | string. Defines the class name of the default Org.Apache.Http.Conn.IClientConnectionManager |
const | CookiePolicy | string. Defines the name of the cookie specification to be used for HTTP state management. |
const | DefaultHeaders | string. Defines the request headers to be sent per default with each request. |
const | DefaultHost | string. Defines the default host. |
const | HandleAuthentication | string. Defines whether authentication should be handled automatically. |
const | HandleRedirects | string. Defines whether redirects should be handled automatically |
const | MaxRedirects | string. Defines the maximum number of redirects to be followed. |
const | RejectRelativeRedirect | string. Defines whether relative redirects should be rejected. |
const | VirtualHost | string. Defines the virtual host name. |