AuthSchemeRegistry.GetAuthScheme(String, IHttpParams) Metodo

Definizione

Ottiene l'oggetto IAuthScheme con il nome specificato.

[Android.Runtime.Register("getAuthScheme", "(Ljava/lang/String;Lorg/apache/http/params/HttpParams;)Lorg/apache/http/auth/AuthScheme;", "")]
public Org.Apache.Http.Authentication.IAuthScheme? GetAuthScheme(string? name, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("getAuthScheme", "(Ljava/lang/String;Lorg/apache/http/params/HttpParams;)Lorg/apache/http/auth/AuthScheme;", "")>]
member this.GetAuthScheme : string * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Authentication.IAuthScheme

Parametri

name
String

identificatore IAuthScheme

params
IHttpParams

IHttpParams per lo schema di autenticazione.

Valori restituiti

Attributi

Eccezioni

se non è possibile trovare uno schema con il nome specificato

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a