ChannelParameterCollection.PropagateChannelParameters(IChannel) Método

Definición

Agrega los parámetros en la colección actual a ChannelParameterCollection de un 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

El canal que recibe los parámetros de la colección actual.

Se aplica a