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。

实现

适用于