IDTSHttpClientConnection100.UseProxy プロパティ

定義

接続がプロキシを使うかどうかを示す値を取得または設定します。

public:
 property bool UseProxy { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public 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 Property UseProxy As Boolean

プロパティ値

プロキシを使う場合にtrue;そうでなければ、誤りです。

属性

注釈

詳細については、HttpClientConnection100Classを参照してください。

適用対象