Langage

HttpClientParams.IsAuthenticating(IHttpParams) Méthode

Définition

Détermine si l’authentification est gérée automatiquement.

[Android.Runtime.Register("isAuthenticating", "(Lorg/apache/http/params/HttpParams;)Z", "")]
public static bool IsAuthenticating(Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("isAuthenticating", "(Lorg/apache/http/params/HttpParams;)Z", "")>]
static member IsAuthenticating : Org.Apache.Http.Params.IHttpParams -> bool

Paramètres

params
IHttpParams

Collection de paramètres HTTP à interroger.

Retours

true quand l’authentification est gérée automatiquement ; sinon, false.

Attributs

Remarques

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

S’applique à