PolicyConversionContext.BindingElements プロパティ

定義

ポリシー アサーションを実装するカスタム バインディング要素が追加されるバインディング要素のコレクションを取得します。

public:
 abstract property System::ServiceModel::Channels::BindingElementCollection ^ BindingElements { System::ServiceModel::Channels::BindingElementCollection ^ get(); };
public abstract System.ServiceModel.Channels.BindingElementCollection BindingElements { get; }
member this.BindingElements : System.ServiceModel.Channels.BindingElementCollection
Public MustOverride ReadOnly Property BindingElements As BindingElementCollection

プロパティ値

エンドポイントのバインド要素を含む BindingElementCollection

適用対象