XmlUrlResolver.Proxy プロパティ

定義

基になる WebRequest オブジェクトのネットワーク プロキシを取得または設定します。

public:
 property System::Net::IWebProxy ^ Proxy {  void set(System::Net::IWebProxy ^ value); };
public System.Net.IWebProxy Proxy { set; }
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Net.IWebProxy Proxy { set; }
member this.Proxy : System.Net.IWebProxy
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.Proxy : System.Net.IWebProxy
Public Property Proxy As IWebProxy

プロパティ値

IWebProxy

インターネット リソースにアクセスするために使用する IWebProxy

属性

適用対象