HttpURLConnection.HttpBadGateway Campo

Definición

Precaución

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

HTTP Status-Code 502: puerta de enlace incorrecta.

[Android.Runtime.Register("HTTP_BAD_GATEWAY")]
[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 HttpBadGateway = 502;
[<Android.Runtime.Register("HTTP_BAD_GATEWAY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Net.HttpStatus enum directly instead of this field.", true)>]
val mutable HttpBadGateway : Java.Net.HttpStatus

Valor de campo

Value = 502
Atributos

Comentarios

HTTP Status-Code 502: puerta de enlace incorrecta.

Java documentación para java.net.HttpURLConnection.HTTP_BAD_GATEWAY.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a