<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.0" />

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); } }