FileWebRequest.Proxy 屬性

定義

取得或設定這個要求所使用的網路 Proxy。 這個屬性保留給未來的版本使用。

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

屬性值

IWebProxy,指出這個要求所使用的網路 Proxy。

備註

類別 Proxy 目前不會使用 FileWebRequest 屬性。

適用於