StandardBindingElement.ApplyConfiguration(Binding) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたバインディングの内容を、このバインディング構成要素に適用します。
public:
virtual void ApplyConfiguration(System::ServiceModel::Channels::Binding ^ binding);
public void ApplyConfiguration (System.ServiceModel.Channels.Binding binding);
abstract member ApplyConfiguration : System.ServiceModel.Channels.Binding -> unit
override this.ApplyConfiguration : System.ServiceModel.Channels.Binding -> unit
Public Sub ApplyConfiguration (binding As Binding)
パラメーター
- binding
- Binding
バインディング。
実装
例外
binding
が null
です。
このバインド要素の種類が、binding
で指定された種類と異なります。
注釈
この操作の実行中は、Name
に指定された標準バインディングの binding
は無視されます。 これは、バインディングに対する適切な WSDL を生成するために、バインディングの Name
属性が同じバインディングの Namespace
属性と組み合わせて使用されているためです。 ただし、この種類の Name プロパティは、主にバインディング コレクション内でこのバインド要素を識別するためのキーとして使用される そのため、この操作中には Name プロパティは変更されません。