次の方法で共有


BasicHttpRelayBinding.CreateBindingElements メソッド

定義

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

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

戻り値

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

適用対象