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

System.ServiceModel.IContextChannel

namespace System.ServiceModel { public interface IContextChannel : IChannel, ICommunicationObject, IExtensibleObject<IContextChannel> { bool AllowOutputBatching { get; set; } IInputSession InputSession { get; } EndpointAddress LocalAddress { get; } TimeSpan OperationTimeout { get; set; } IOutputSession OutputSession { get; } EndpointAddress RemoteAddress { get; } string SessionId { get; } } }