Org.Apache.Http.Client.Params.ClientPNames: Field Members

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

Public Fields

const
AllowCircularRedirectsstring. Defines whether circular redirects (redirects to the same location) should be allowed.
const
ConnectionManagerFactorystring. Defines the factory to create a default Org.Apache.Http.Conn.IClientConnectionManager.
const
ConnectionManagerFactoryClassNamestring. Defines the class name of the default Org.Apache.Http.Conn.IClientConnectionManager
const
CookiePolicystring. Defines the name of the cookie specification to be used for HTTP state management.
const
DefaultHeadersstring. Defines the request headers to be sent per default with each request.
const
DefaultHoststring. Defines the default host.
const
HandleAuthenticationstring. Defines whether authentication should be handled automatically.
const
HandleRedirectsstring. Defines whether redirects should be handled automatically
const
MaxRedirectsstring. Defines the maximum number of redirects to be followed.
const
RejectRelativeRedirectstring. Defines whether relative redirects should be rejected.
const
VirtualHoststring. Defines the virtual host name.