次の方法で共有


NetMessagingBinding.CreateBindingElements メソッド

定義

現在のバインディングに含まれるバインディング要素の順序付けられたコレクションを返します。

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

戻り値

BindingElementCollectionによって記述されたバインド要素の順序付けられたスタックをNetMessagingBinding格納する オブジェクト。 下部から始まるバインド要素の順序は、トランスポート、エンコード、およびセキュリティです。

適用対象