Partilhar via


HttpURLConnection.HttpReqTooLong Campo

Definição

Cuidado

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

HTTP Status-Code 414: Request-URI muito grande.

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

Valor do campo

Value = 414
Atributos

Comentários

HTTP Status-Code 414: Request-URI muito grande.

Documentação Java para java.net.HttpURLConnection.HTTP_REQ_TOO_LONG.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a