WinHttpHandler.WindowsProxyUsePolicy プロパティ

定義

プロキシの設定を取得または設定します。 このプロパティは、プロキシを無効にする、カスタム プロキシを使う、コンピューターでの WinHTTP または WinInet のプロキシ設定を使う、のいずれかに設定できます。

public:
 property System::Net::Http::WindowsProxyUsePolicy WindowsProxyUsePolicy { System::Net::Http::WindowsProxyUsePolicy get(); void set(System::Net::Http::WindowsProxyUsePolicy value); };
public System.Net.Http.WindowsProxyUsePolicy WindowsProxyUsePolicy { get; set; }
member this.WindowsProxyUsePolicy : System.Net.Http.WindowsProxyUsePolicy with get, set
Public Property WindowsProxyUsePolicy As WindowsProxyUsePolicy

プロパティ値

WindowsProxyUsePolicy

注釈

このプロパティの既定値は、WinHTTP スタック プロキシ設定です。

適用対象