AuthSchemeRegistry.Register(String, IAuthSchemeFactory) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Registra um IAuthSchemeFactory com o 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
o identificador para esse esquema
- factory
- IAuthSchemeFactory
a IAuthSchemeFactory classe a ser registrada
- Atributos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.
Aplica-se a
Confira também
- <xref:Org.Apache.Http.Authentication.AuthSchemeRegistry.GetAuthScheme(System.String%2c+Org.Apache.Http.Params.IHttpParams)>