CustomBindingCollectionElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 customBinding
組態項目的集合,這個項目集合會為使用者提供對於訊息堆疊的完整控制權。 此類別無法獲得繼承。
public ref class CustomBindingCollectionElement sealed : System::ServiceModel::Configuration::BindingCollectionElement
public sealed class CustomBindingCollectionElement : System.ServiceModel.Configuration.BindingCollectionElement
type CustomBindingCollectionElement = class
inherit BindingCollectionElement
Public NotInheritable Class CustomBindingCollectionElement
Inherits BindingCollectionElement
- 繼承
備註
自訂系結可完全控制 Windows Communication Foundation (WCF) 傳訊堆疊。 個別繫結定義訊息堆疊的方式,是依據堆疊項目在堆疊中的出現順序來指定其組態項目。 每個項目都會定義及設定堆疊的一個項目。 各個自訂繫結中一定要出現一個而且是唯一一個的傳輸項目。 如果沒有這個項目,訊息堆疊就不完整。
項目在堆疊中的出現順序很重要,因為這是作業套用至訊息的順序。 建議的堆疊項目順序如下所示:
交易 (選擇性)
可信賴傳訊 (選擇性)
安全性 (選擇性)
傳輸
編碼器 (選擇性)
建構函式
CustomBindingCollectionElement() |
初始化 CustomBindingCollectionElement 類別的新執行個體。 |