HttpClientHandler.UseProxy プロパティ

定義

ハンドラーが要求のプロキシを使用するかどうかを示す値を取得または設定します。

public:
 property bool UseProxy { bool get(); void set(bool value); };
public bool UseProxy { get; set; }
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public bool UseProxy { get; set; }
member this.UseProxy : bool with get, set
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.UseProxy : bool with get, set
Public Property UseProxy As Boolean

プロパティ値

ハンドラーが要求に対してプロキシを使用する場合は true。それ以外の場合は false。 既定値は true です。

属性

適用対象