HttpURLConnection.HttpGatewayTimeout 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 504: Tempo limite do gateway.

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

Valor do campo

Value = 504
Atributos

Comentários

HTTP Status-Code 504: Tempo limite do gateway.

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

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

Aplica-se a