共用方式為


FileWebRequest.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目前該FileWebRequest類別尚未使用該屬性。

適用於