Aracılığıyla paylaş


DefaultProxySection.BypassList Özellik

Tanım

Web proxy sunucusu kullanılarak elde edilmeyen kaynakların koleksiyonunu alır.

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

Özellik Değeri

BypassElementCollection Web proxy sunucusunu atlayan kaynakların adreslerini içeren.

Öznitelikler

Açıklamalar

BypassElementCollection Bu özellik tarafından döndürülen, Web Proxy sunucusunu atlayan her kaynak için bir tane BypassElement içerir.

Şunlara uygulanır

Ayrıca bkz.