HttpURLConnection.HttpNotImplemented Campo

Definición

Precaución

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

HTTP Status-Code 501: no implementado.

[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

Valor de campo

Value = 501
Atributos

Comentarios

HTTP Status-Code 501: no implementado.

Java documentación para java.net.HttpURLConnection.HTTP_NOT_IMPLEMENTED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a