ClientBase(Of TChannel).ChannelBase(Of T).IContextChannel.OutputSession Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the output session associated with the channel, if any.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Private ReadOnly Property OutputSession As IOutputSession Implements IContextChannel.OutputSession
Property Value
Type: System.ServiceModel.Channels.IOutputSessionA IOutputSession implementation if an input session exists; otherwise, Nothing.
Implements
IContextChannel.OutputSession
Show: