Org.Apache.Http.Authentication.AuthScope Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a copy of the given credentials scope.
Creates a new credentials scope for the given host, port, any realm name, and any authentication scheme.
Creates a new credentials scope for the given host, port, realm, and any authentication scheme.
Creates a new credentials scope for the given host, port, realm, and authentication scheme.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
AnyPortint (-1). The -1 value represents any port.

Public Properties

[read-only]
static
AnyAuthScope. Default scope matching any host, port, realm and authentication scheme.
[read-only]
static
AnyHoststring. The null value represents any host.
[read-only]
static
AnyRealmstring. The null value represents any realm.
[read-only]
static
AnySchemestring. The null value represents any authentication scheme.
[read-only]
Hoststring.
[read-only]
Portint.
[read-only]
Realmstring.
[read-only]
Schemestring.

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

Match(AuthScope) : int
Tests if the authentication scopes match.