次の方法で共有


HttpURLConnection.HttpUseProxy フィールド

定義

注意事項

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

HTTP Status-Code 305: プロキシを使用します。

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

フィールド値

Value = 305
属性

注釈

HTTP Status-Code 305: プロキシを使用します。

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

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

適用対象