共用方式為


DefaultProxySection.BypassList 屬性

定義

取得不是使用 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

適用於

另請參閱