Share via


DefaultProxySection.BypassList プロパティ

定義

Web プロキシ サーバーを使用して取得しないリソースのコレクションを取得します。

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

プロパティ値

Web プロキシ サーバーをバイパスするリソースのアドレスを格納する BypassElementCollection

属性

注釈

このプロパティによって返される には BypassElementCollection 、Web プロキシ サーバーをバイパスするリソースごとに 1 つが BypassElement 含まれます。

適用対象

こちらもご覧ください