AuthSchemeRegistry.Register(String, IAuthSchemeFactory) Método

Definición

Registra un IAuthSchemeFactory objeto con el identificador especificado.

[Android.Runtime.Register("register", "(Ljava/lang/String;Lorg/apache/http/auth/AuthSchemeFactory;)V", "")]
public void Register(string? name, Org.Apache.Http.Authentication.IAuthSchemeFactory? factory);
[<Android.Runtime.Register("register", "(Ljava/lang/String;Lorg/apache/http/auth/AuthSchemeFactory;)V", "")>]
member this.Register : string * Org.Apache.Http.Authentication.IAuthSchemeFactory -> unit

Parámetros

name
String

el identificador de este esquema

factory
IAuthSchemeFactory

la IAuthSchemeFactory clase que se va a registrar

Atributos

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

Consulte también

  • <xref:Org.Apache.Http.Authentication.AuthSchemeRegistry.GetAuthScheme(System.String%2c+Org.Apache.Http.Params.IHttpParams)>