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