HttpClientConnection100Class.UseProxy プロパティ

定義

public:
 virtual property bool UseProxy { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public virtual bool UseProxy { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.UseProxy : bool with get, set
Public Overridable Property UseProxy As Boolean

プロパティ値

接続でプロキシを使用するかどうかを示す ブール値値 true は、接続がプロキシを使用することを示します。 false の値は、接続がプロキシを使用しないことを示します。

実装

属性

適用対象