ChannelParameterCollection.PropagateChannelParameters(IChannel) メソッド

定義

現在のコレクションのパラメーターを、指定したチャネルの ChannelParameterCollection に追加します。

public:
 void PropagateChannelParameters(System::ServiceModel::Channels::IChannel ^ innerChannel);
public void PropagateChannelParameters (System.ServiceModel.Channels.IChannel innerChannel);
member this.PropagateChannelParameters : System.ServiceModel.Channels.IChannel -> unit
Public Sub PropagateChannelParameters (innerChannel As IChannel)

パラメーター

innerChannel
IChannel

現在のコレクションのパラメーターを受け取るチャネル。

適用対象