Language

HttpURLConnection.HttpForbidden フィールド

定義

注意事項

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

HTTP Status-Code 403: 許可されていません。

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

フィールド値

Value = 403
属性

注釈

HTTP Status-Code 403: 許可されていません。

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

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

適用対象