BypassElementCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロキシ サーバーをバイパスするリソースのアドレスのコンテナーを表します。 このクラスは継承できません。
public ref class BypassElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Net.Configuration.BypassElement))]
public sealed class BypassElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Net.Configuration.BypassElement))>]
type BypassElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class BypassElementCollection
Inherits ConfigurationElementCollection
- 継承
- 属性
注釈
このコレクションは、bypasslist構成要素のadd構成要素のインスタンスを保持します。
add要素は、サーバー上に存在するリソースのアドレスを指定します。 アプリケーションが WebRequest クラスまたは WebClient クラスを使用してリソースを要求すると、リソースのアドレスが bypasslistにある場合、要求はプロキシ サーバーに送信されるのではなく、リソースが存在するサーバーに直接送信されます。
コンストラクター
| 名前 | 説明 |
|---|---|
| BypassElementCollection() |
BypassElementCollection クラスの空のインスタンスを初期化します。 |
プロパティ
メソッド
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| ICollection.CopyTo(Array, Int32) |
ConfigurationElementCollection を配列にコピーします。 (継承元 ConfigurationElementCollection) |
拡張メソッド
| 名前 | 説明 |
|---|---|
| AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
| AsQueryable(IEnumerable) |
IEnumerable を IQueryableに変換します。 |
| Cast<TResult>(IEnumerable) |
IEnumerable の要素を指定した型にキャストします。 |
| OfType<TResult>(IEnumerable) |
指定した型に基づいて、IEnumerable の要素をフィルター処理します。 |