NetHttpBinding.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

返品

バインディングを構成するバインディング要素のコレクション。

適用対象