次の方法で共有


HttpURLConnection.HttpReqTooLong フィールド

定義

注意事項

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

HTTP Status-Code 414: 要求 URI が大きすぎます。

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

フィールド値

Value = 414
属性

注釈

HTTP Status-Code 414: 要求 URI が大きすぎます。

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

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

適用対象