ChannelParameterCollection.PropagateChannelParameters(IChannel) Método

Definición

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

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

Se aplica a