Share via


ChannelParameterCollection.PropagateChannelParameters(IChannel) Método

Definição

Adiciona os parâmetros na coleção atual ao ChannelParameterCollection de um canal especificado.

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)

Parâmetros

innerChannel
IChannel

O canal que recebe os parâmetros da coleção atual.

Aplica-se a