DefaultProxySection.BypassList 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得不是使用 Web Proxy 伺服器取得之資源的集合。
public:
property System::Net::Configuration::BypassElementCollection ^ BypassList { System::Net::Configuration::BypassElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("bypasslist")]
public System.Net.Configuration.BypassElementCollection BypassList { get; }
[<System.Configuration.ConfigurationProperty("bypasslist")>]
member this.BypassList : System.Net.Configuration.BypassElementCollection
Public ReadOnly Property BypassList As BypassElementCollection
屬性值
BypassElementCollection,包含略過 Web Proxy 伺服器之資源的位址。
- 屬性
備註
BypassElementCollection這個屬性所傳回的 會針對略過 Web Proxy 伺服器的每個資源包含一個BypassElement。