次の方法で共有


NetPeerTcpBindingElement.OnApplyConfiguration(Binding) メソッド

定義

構成イベントが発生したときに、指定されたネットワーク バインディングからの情報で構成要素の設定を初期化します。

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
Binding

構成アプリケーションのイベントが発生したときに、この構成要素の新しい設定の取得先となる特定のネットワーキング バインディングを格納している Binding

適用対象