SocketsHttpHandler.Proxy プロパティ

定義

UseProxy プロパティが true の場合に、カスタム プロキシを取得または設定します。

public:
 property System::Net::IWebProxy ^ Proxy { System::Net::IWebProxy ^ get(); void set(System::Net::IWebProxy ^ value); };
public System.Net.IWebProxy? Proxy { get; set; }
public System.Net.IWebProxy Proxy { get; set; }
member this.Proxy : System.Net.IWebProxy with get, set
Public Property Proxy As IWebProxy

プロパティ値

IWebProxy

カスタム プロキシ。

適用対象