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

返品

バインディングのBindingElement オブジェクトを格納するBindingElementCollection

注釈

バインド要素の順序は重要です。 プロトコルとトランスポート チャネルが構築され、スタックされる順序が反映されます。

適用対象