Org.Apache.Http.Client.IUserTokenHandler
A handler for determining if the given execution context is user specific or not.

See Also: IUserTokenHandler Members

Syntax

[Android.Runtime.Register("org/apache/http/client/UserTokenHandler", "", "Org.Apache.Http.Client.IUserTokenHandlerInvoker")]
public interface IUserTokenHandler : Android.Runtime.IJavaObject, IDisposable

Remarks

A handler for determining if the given execution context is user specific or not. The token object returned by this handler is expected to uniquely identify the current user if the context is user specific or to be null if the context does not contain any resources or details specific to the current user.

The user token will be used to ensure that user specific resouces will not shared with or reused by other users.

[Android Documentation]

Requirements

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