Partager via


HttpURLConnection.HttpNotImplemented 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 501 : non implémenté.

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

Valeur de champ

Value = 501
Attributs

Remarques

Code d’état HTTP 501 : non implémenté.

Documentation Java pour java.net.HttpURLConnection.HTTP_NOT_IMPLEMENTED.

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 à