XmlUrlResolver.Proxy 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定底層 WebRequest 物件的網路代理。
public:
property System::Net::IWebProxy ^ Proxy { void set(System::Net::IWebProxy ^ value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Net.IWebProxy Proxy { set; }
public System.Net.IWebProxy Proxy { set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.Proxy : System.Net.IWebProxy
member this.Proxy : System.Net.IWebProxy
Public Property Proxy As IWebProxy
屬性值
用來 IWebProxy 存取網際網路資源。
- 屬性