Partager via


AuthScope Constructeurs

Définition

Surcharges

AuthScope(AuthScope)

Crée une copie de l’étendue des informations d’identification données.

AuthScope(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

AuthScope(String, Int32)

Crée une étendue d’informations d’identification pour le nom de domaine donné host, porttout nom de domaine et tout schéma d’authentification.

AuthScope(String, Int32, String)

Crée une étendue d’informations d’identification pour le schéma d’authentification donné host, portet realmtout schéma d’authentification.

AuthScope(String, Int32, String, String)

Crée une étendue d’informations d’identification pour l’étendue donnée host, port, realmet authentication scheme.

AuthScope(AuthScope)

Crée une copie de l’étendue des informations d’identification données.

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/auth/AuthScope;)V", "")]
public AuthScope (Org.Apache.Http.Authentication.AuthScope? authscope);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/auth/AuthScope;)V", "")>]
new Org.Apache.Http.Authentication.AuthScope : Org.Apache.Http.Authentication.AuthScope -> Org.Apache.Http.Authentication.AuthScope

Paramètres

authscope
AuthScope
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

AuthScope(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

protected AuthScope (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Authentication.AuthScope : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Authentication.AuthScope

Paramètres

javaReference
IntPtr

nativeint

Contenant IntPtrune référence d’objet Java Native Interface (JNI).

transfer
JniHandleOwnership

Indiquant JniHandleOwnershipcomment gérer javaReference

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

AuthScope(String, Int32)

Crée une étendue d’informations d’identification pour le nom de domaine donné host, porttout nom de domaine et tout schéma d’authentification.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "")]
public AuthScope (string? host, int port);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "")>]
new Org.Apache.Http.Authentication.AuthScope : string * int -> Org.Apache.Http.Authentication.AuthScope

Paramètres

host
String
port
Int32
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

AuthScope(String, Int32, String)

Crée une étendue d’informations d’identification pour le schéma d’authentification donné host, portet realmtout schéma d’authentification.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;)V", "")]
public AuthScope (string? host, int port, string? realm);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;)V", "")>]
new Org.Apache.Http.Authentication.AuthScope : string * int * string -> Org.Apache.Http.Authentication.AuthScope

Paramètres

host
String
port
Int32
realm
String
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

AuthScope(String, Int32, String, String)

Crée une étendue d’informations d’identification pour l’étendue donnée host, port, realmet authentication scheme.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V", "")]
public AuthScope (string? host, int port, string? realm, string? scheme);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Authentication.AuthScope : string * int * string * string -> Org.Apache.Http.Authentication.AuthScope

Paramètres

host
String
port
Int32
realm
String
scheme
String
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à