Partager via


HttpURLConnection.HttpEntityTooLarge Champ

Définition

Attention

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

Code d’état HTTP 413 : Entité de requête trop grande.

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

Valeur de champ

Value = 413
Attributs

Remarques

Code d’état HTTP 413 : Entité de requête trop grande.

Documentation Java pour java.net.HttpURLConnection.HTTP_ENTITY_TOO_LARGE.

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 à