HttpURLConnection.HttpNotFound Champ

Définition

Attention

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

HTTP Status-Code 404 : Introuvable.

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

Valeur de champ

Value = 404
Attributs

Remarques

HTTP Status-Code 404 : Introuvable.

Documentation Java pour java.net.HttpURLConnection.HTTP_NOT_FOUND.

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 à