System.ServiceModel.Channels.ISessionChannel<TSession> public interface ISessionChannel<TSession> where TSession : ISession Documentation Code namespace System.ServiceModel.Channels { public interface ISessionChannel<TSession> where TSession : ISession { TSession Session { get; } } }