NetTcpContextBinding.CreateBindingElements メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のバインディングに含まれるバインド要素の順序付けられたコレクションを作成します。
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によって記述されたバインド要素の順序付けられたスタックを含むNetTcpContextBinding。
注釈
コレクションには、コンテキスト情報の交換に SOAP ヘッダーを使用できるようにする ContextBindingElement が含まれています。