WinHttpHandler.Proxy 屬性

定義

取得或設定當 WindowsProxyUsePolicy 屬性設定為使用自訂 Proxy 時所使用的自訂 Proxy。

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

屬性值

備註

這個屬性的預設值為 null

適用於