HttpURLConnection.HttpPreconFailed フィールド

定義

注意事項

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

HTTP Status-Code 412: 前提条件に失敗しました。

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

フィールド値

Value = 412
属性

注釈

HTTP Status-Code 412: 前提条件に失敗しました。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象