ChannelParameterCollection.PropagateChannelParameters(IChannel) Méthode

Définition

Ajoute les paramètres dans la collection active au ChannelParameterCollection spécifié d’un canal.

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)

Paramètres

innerChannel
IChannel

Canal qui reçoit les paramètres de la collection active.

S’applique à