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

System.ServiceModel.Channels.IReceiveContextSettings

public interface IReceiveContextSettings
namespace System.ServiceModel.Channels { public interface IReceiveContextSettings { bool Enabled { get; set; } TimeSpan ValidityDuration { get; } } }