Sprache

HttpURLConnection.HttpProxyAuth Feld

Definition

Achtung

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

HTTP-Status-Code 407: Proxyauthentifizierung erforderlich.

[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

Feldwert

Value = 407
Attribute

Hinweise

HTTP-Status-Code 407: Proxyauthentifizierung erforderlich.

Java Dokumentation für java.net.HttpURLConnection.HTTP_PROXY_AUTH.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: