AuthSchemeRegistry.Register(String, IAuthSchemeFactory) Metodo

Definizione

Registra un oggetto IAuthSchemeFactory con l'identificatore specificato.

[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

Parametri

name
String

identificatore per questo schema

factory
IAuthSchemeFactory

classe IAuthSchemeFactory da registrare

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche

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