WebHttpBinding.CreateBindingElements 方法

定義

回傳一組有序的綁定元素集合,包含在當前綁定中。

public:
 override System::ServiceModel::Channels::BindingElementCollection ^ CreateBindingElements();
public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements();
override this.CreateBindingElements : unit -> System.ServiceModel.Channels.BindingElementCollection
Public Overrides Function CreateBindingElements () As BindingElementCollection

傳回

BindingElementCollection A 包含BindingElement綁定所需的物件。

備註

結合元素的順序很重要。 它反映了協定與傳輸通道的建構與堆疊順序。

適用於