WebHttpBindingElement.OnApplyConfiguration(Binding) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインド構成要素の内容から、指定したバインディングのプロパティ値を初期化します。
protected:
override void OnApplyConfiguration(System::ServiceModel::Channels::Binding ^ binding);
protected override void OnApplyConfiguration (System.ServiceModel.Channels.Binding binding);
override this.OnApplyConfiguration : System.ServiceModel.Channels.Binding -> unit
Protected Overrides Sub OnApplyConfiguration (binding As Binding)
パラメーター
例外
binding
が null
です。
このバインド要素の種類が、binding
で指定された種類と異なります。