次の方法で共有


HttpURLConnection.HttpGatewayTimeout フィールド

定義

注意事項

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

HTTP Status-Code 504: ゲートウェイ タイムアウト。

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

フィールド値

Value = 504
属性

注釈

HTTP Status-Code 504: ゲートウェイ タイムアウト。

java.net.HttpURLConnection.HTTP_GATEWAY_TIMEOUTJava ドキュメント。

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

適用対象