DefaultProxySection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 Web Proxy 伺服器用法的組態區段。 此類別無法獲得繼承。
public ref class DefaultProxySection sealed : System::Configuration::ConfigurationSection
public sealed class DefaultProxySection : System.Configuration.ConfigurationSection
type DefaultProxySection = class
inherit ConfigurationSection
Public NotInheritable Class DefaultProxySection
Inherits ConfigurationSection
- 繼承
備註
這個類別會對應至 <defaultProxy> 元素 (網路設定) 組態專案。
這個類別可用來存取用於向和 WebClient 類別提出WebRequest要求之 Web Proxy 伺服器的相關信息。 下表描述組態區段中所包含的 DefaultProxySection 組態專案。
元素 | 描述 |
---|---|
ProxyElement | 識別要使用的 Web Proxy 伺服器。 |
BypassElement | 識別未使用 Proxy 伺服器擷取的資源。 |
ModuleElement | 識別自定義 IWebProxy 實作。 |
這個類別可讓您以程式設計方式存取可儲存在組態檔中的資訊。
這些 DefaultProxySection 設定僅適用於預設 Proxy 伺服器。
建構函式
DefaultProxySection() |
初始化 DefaultProxySection 類別的新執行個體。 |