ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OutputSession Свойство

Определение

Возвращает выходной сеанс, связанный каналом, при его наличии.

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

Значение свойства

IOutputSession

Реализация IOutputSession, если входящий сеанс существует; в противном случае — значение NULL.

Реализации

Применяется к