Share via


DefaultProxySection.Proxy プロパティ

定義

使用する Web プロキシ サーバーを識別する URI を取得します。

public:
 property System::Net::Configuration::ProxyElement ^ Proxy { System::Net::Configuration::ProxyElement ^ get(); };
[System.Configuration.ConfigurationProperty("proxy")]
public System.Net.Configuration.ProxyElement Proxy { get; }
[<System.Configuration.ConfigurationProperty("proxy")>]
member this.Proxy : System.Net.Configuration.ProxyElement
Public ReadOnly Property Proxy As ProxyElement

プロパティ値

Web プロキシ サーバーを識別する URI。

属性

注釈

このプロパティによって返される は ProxyElement 、コレクション内にないリソースに使用する Web プロキシ サーバーを BypassList 識別します。

適用対象

こちらもご覧ください