言語

HttpURLConnection.HttpConflict フィールド

定義

注意事項

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

HTTP Status-Code 409: 競合。

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

フィールド値

Value = 409
属性

注釈

HTTP Status-Code 409: 競合。

Javaドキュメント。

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

適用対象