ISessionChannel(TSession) Interface
TOC
Collapse the table of content
Expand the table of content

ISessionChannel(Of TSession) Interface

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Public Interface ISessionChannel(Of TSession As ISession)

Type Parameters

TSession

The type of ISession associated with the channel.

The ISessionChannel(Of TSession) type exposes the following members.

  NameDescription
Public propertySessionGets the type of session associated with the channel.
Top

The ISessionChannel(Of 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(Of TSession) interface provides a Session property to retrieve the session with which the channel is associated.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft