AuthSchemeRegistry.GetAuthScheme(String, IHttpParams) Método

Definición

Obtiene con IAuthScheme el nombre especificado.

[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

Parámetros

name
String

el IAuthScheme identificador

params
IHttpParams

IHttpParams para el esquema de autenticación.

Devoluciones

Atributos

Excepciones

si no se encuentra un esquema con el nombre especificado

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a