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

接收目前集合參數的通道。

適用於