DefaultProxySection.BypassList Eigenschaft

Definition

Ruft die Auflistung von Ressourcen ab, die nicht mithilfe des Webservers abgerufen werden.

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

Eigenschaftswert

A BypassElementCollection that contains the addresses of resources that bypass the Web proxy server.

Attribute

Hinweise

Die BypassElementCollection von dieser Eigenschaft zurückgegebene Eigenschaft enthält eine BypassElement für jede Ressource, die den Webproxyserver umgeht.

Gilt für:

Weitere Informationen