ChannelParameterCollection.PropagateChannelParameters(IChannel) Metodo

Definizione

Aggiunge i parametri nella raccolta corrente a un ChannelParameterCollection del canale specificato.

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)

Parametri

innerChannel
IChannel

Canale che riceve i parametri della raccolta corrente.

Si applica a