ISessionChannel<TSession> Interface

Definition

Defines the interface that associates a channel with a specific type of session.

C#
public interface ISessionChannel<TSession> where TSession : ISession

Type Parameters

TSession

The type of ISession associated with the cannel.

Derived

Remarks

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.

Properties

Session

Gets the type of session associated with this channel.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
UWP 10.0