Org.Apache.Http.Authentication.AuthSchemeRegistry Members

The members of Org.Apache.Http.Authentication.AuthSchemeRegistry are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Properties

[read-only]
SchemeNamesIList<string>. Obtains a list containing names of all registered Org.Apache.Http.Authentication.IAuthScheme in their default order.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetAuthScheme(string, Org.Apache.Http.Params.IHttpParams) : IAuthScheme
Gets the Org.Apache.Http.Authentication.IAuthScheme with the given name.
Register(string, IAuthSchemeFactory)
Registers a Org.Apache.Http.Authentication.IAuthSchemeFactory with the given identifier.
SetItems(IDictionary<string, IAuthSchemeFactory>)
Documentation for this section has not yet been entered.
Unregister(string)
Unregisters the class implementing an Org.Apache.Http.Authentication.IAuthScheme with the given name.