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

接受当前集合的参数的通道。

适用于