Share via


NetSectionGroup.DefaultProxy 屬性

定義

取得組態區段,該組態區段包括本機電腦的預設 Web Proxy 伺服器設定。

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> 元素 (網路設定) 組態專案。

適用於