次の方法で共有


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

戻り値

BindingElementCollection

バインドを構築するバインド要素のコレクション。

適用対象