Org.Apache.Http.Authentication.IAuthScheme

See Also: IAuthScheme Members

Syntax

[Android.Runtime.Register("org/apache/http/auth/AuthScheme", "", "Org.Apache.Http.Authentication.IAuthSchemeInvoker")]
public interface IAuthScheme : Android.Runtime.IJavaObject, IDisposable

Remarks

This interface represents an abstract challenge-response oriented authentication scheme.

An authentication scheme should be able to support the following functions:

Authentication schemes may ignore method name and URI parameters if they are not relevant for the given authentication mechanism

Authentication schemes may be stateful involving a series of challenge-response exchanges

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Authentication
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1