<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-rc.23205.4" />

System.ServiceModel.Channels.ChannelParameterCollection

public class ChannelParameterCollection : Collection<object>
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); } }