HttpURLConnection.HttpProxyAuth Champ

Définition

Attention

This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.

HTTP Status-Code 407 : Authentification proxy requise.

[Android.Runtime.Register("HTTP_PROXY_AUTH")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.", true)]
public const Java.Net.HttpStatus HttpProxyAuth = 407;
[<Android.Runtime.Register("HTTP_PROXY_AUTH")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.", true)>]
val mutable HttpProxyAuth : Java.Net.HttpStatus

Valeur de champ

Value = 407
Attributs

Remarques

HTTP Status-Code 407 : Authentification proxy requise.

Documentation Java pour java.net.HttpURLConnection.HTTP_PROXY_AUTH.

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 à