ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OutputSession Property

Definition

Gets the output session associated with the channel, if any.

property System::ServiceModel::Channels::IOutputSession ^ System::ServiceModel::IContextChannel::OutputSession { System::ServiceModel::Channels::IOutputSession ^ get(); };
System.ServiceModel.Channels.IOutputSession System.ServiceModel.IContextChannel.OutputSession { get; }
member this.System.ServiceModel.IContextChannel.OutputSession : System.ServiceModel.Channels.IOutputSession
 ReadOnly Property OutputSession As IOutputSession Implements IContextChannel.OutputSession

Property Value

A IOutputSession implementation if an input session exists; otherwise, null.

Implements

Applies to