AuthSchemeRegistry.Register(String, IAuthSchemeFactory) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)>