ISessionChannel<TSession> Interface
Defines the interface that associates a channel with a specific type of session.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ISessionChannel<TSession> type exposes the following members.
The ISessionChannel<TSession> interface is the base interface for session-based channels. It associates the type of session with the channel by setting the generic type parameter TSession to a type that implements the ISession interface in a way that reflects its role in the message exchange. For example, the TSession is set to IInputSession for an incoming session on the receiving side of a one-way communication, to IOutputSession for an outgoing session on the sending side of a one-way communication, and to IDuplexSession for a duplex session for a bi-directional communication pattern.
The ISessionChannel<TSession> interface provides a Session property to retrieve the session with which the channel is associated.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

