HttpURLConnection.HttpForbidden 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 403: Prohibido.

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

Valor de campo

Value = 403
Atributos

Comentarios

HTTP Status-Code 403: Prohibido.

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

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