次の方法で共有


NetSectionGroup.DefaultProxy プロパティ

定義

ローカル コンピューターの既定の Web プロキシ サーバー設定を格納している構成セクションを取得します。

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

プロパティ値

DefaultProxySection オブジェクト。

属性

注釈

このプロパティによって返されるセクションは、defaultProxy> 要素 (ネットワーク設定) 構成要素に<対応します。

適用対象