DigestSchemeFactory.NewInstance(IHttpParams) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un schéma d’authentification Digest.
[Android.Runtime.Register("newInstance", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/auth/AuthScheme;", "GetNewInstance_Lorg_apache_http_params_HttpParams_Handler")]
public virtual Org.Apache.Http.Authentication.IAuthScheme? NewInstance(Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("newInstance", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/auth/AuthScheme;", "GetNewInstance_Lorg_apache_http_params_HttpParams_Handler")>]
abstract member NewInstance : Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Authentication.IAuthScheme
override this.NewInstance : Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Authentication.IAuthScheme
Paramètres
- params
- IHttpParams
Paramètres HTTP fournis par l’appelant ; ils ne sont pas utilisés pour créer le schéma.
Retours
Une nouvelle DigestScheme.
Implémente
- Attributs
Remarques
Les parties de cette documentation sont dérivées d’Apache HTTP Components, développées par Apache Software Foundation et sous licence Apache LicenseApache License, Version 2.0.
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.