Compartilhar via


HttpURLConnection.HttpNotModified 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 304: Não modificado.

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

Valor do campo

Value = 304
Atributos

Comentários

HTTP Status-Code 304: Não modificado.

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

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