Langue

AuthSchemeRegistry.GetAuthScheme(String, IHttpParams) Méthode

Définition

Obtient le IAuthScheme nom donné.

[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

Paramètres

name
String

l’identificateur IAuthScheme

params
IHttpParams

pour IHttpParams le schéma d’authentification.

Retours

Attributs

Exceptions

si un schéma portant le nom donné est introuvable

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à