ProxyElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別 Web Proxy 伺服器的組態設定。 此類別無法獲得繼承。
public ref class ProxyElement sealed : System::Configuration::ConfigurationElement
public sealed class ProxyElement : System.Configuration.ConfigurationElement
type ProxyElement = class
inherit ConfigurationElement
Public NotInheritable Class ProxyElement
Inherits ConfigurationElement
- 繼承
備註
下表顯示 proxy> 元素的組態屬性< (網路設定) 這個類別對應的組態專案。
元素 | 描述 |
---|---|
proxyaddress |
URI,識別要使用的 Web Proxy 伺服器。 |
bypassonlocal |
判斷是否略過本機資源的 Web Proxy。 |
usesystemdefault |
控制是否使用因特網選項 Web Proxy 設定。 |
這個類別是用來指定和設定 Web Proxy 伺服器,以用於與 WebRequest 類別 WebClient 提出的要求。
這個類別可讓您以程式設計方式存取可儲存在組態檔中的資訊。
建構函式
ProxyElement() |
初始化 ProxyElement 類別的新執行個體。 |