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