BypassElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示不是使用 Proxy 伺服器擷取之資源的位址資訊。 此類別無法獲得繼承。
public ref class BypassElement sealed : System::Configuration::ConfigurationElement
public sealed class BypassElement : System.Configuration.ConfigurationElement
type BypassElement = class
inherit ConfigurationElement
Public NotInheritable Class BypassElement
Inherits ConfigurationElement
- 繼承
備註
這個類別會對應至 address
add> Element for bypasslist 的 屬性<, (網路設定) 組態專案。
這個類別是用來指定何時不應該使用 Proxy 伺服器來處理與 WebRequest 類別 WebClient 提出的要求。 略過清單中的資源會直接從其所在伺服器擷取。
這個類別可讓您以程式設計方式存取可儲存在組態檔中的資訊。
建構函式
BypassElement() |
初始化 BypassElement 類別的新執行個體。 |
BypassElement(String) |
使用指定的型別資訊,初始化 BypassElement 類別的新執行個體。 |