WebRequestModuleElementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 Web 要求模組組態項目的容器 (Container)。 此類別無法獲得繼承。
public ref class WebRequestModuleElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Net.Configuration.WebRequestModuleElement))]
public sealed class WebRequestModuleElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Net.Configuration.WebRequestModuleElement))>]
type WebRequestModuleElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class WebRequestModuleElementCollection
Inherits ConfigurationElementCollection
- 繼承
- 屬性
備註
這個集合會保存 webRequestModules> 元素的<實例 (網路設定) 組態專案,用來指定註冊的模組,以建立與 WebRequest 類別WebClient提出的要求。
建構函式
WebRequestModuleElementCollection() |
初始化 WebRequestModuleElementCollection 類別的新執行個體。 |
屬性
方法
明確介面實作
ICollection.CopyTo(Array, Int32) |
將 ConfigurationElementCollection 複製至陣列。 (繼承來源 ConfigurationElementCollection) |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |