Org.Apache.Http.Authentication.AuthSchemeRegistry.GetAuthScheme Method
Gets the Org.Apache.Http.Authentication.IAuthScheme with the given name.

Syntax

[Android.Runtime.Register("getAuthScheme", "(Ljava/lang/String;Lorg/apache/http/params/HttpParams;)Lorg/apache/http/auth/AuthScheme;", "")]
public IAuthScheme GetAuthScheme (string name, Org.Apache.Http.Params.IHttpParams params)

Parameters

name
the Org.Apache.Http.Authentication.IAuthScheme identifier
params
the Org.Apache.Http.Params.IHttpParams for the authentication scheme.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif a scheme with the given name cannot be found

Remarks

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