System.ServiceModel.Channels.ChannelParameterCollection
namespace System.ServiceModel.Channels
{
public class ChannelParameterCollection : Collection<object>
{
protected virtual IChannel Channel { get; }
public ChannelParameterCollection();
public ChannelParameterCollection(IChannel channel);
public void PropagateChannelParameters(IChannel innerChannel);
}
}