言語

HttpURLConnection.HttpGone フィールド

定義

注意事項

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

HTTP Status-Code 410: Gone。

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

フィールド値

Value = 410
属性

注釈

HTTP Status-Code 410: Gone。

java.net.HttpURLConnection.HTTP_GONEの Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象