ClientBase<TChannel>.ChannelBase<T>.IContextChannel.InputSession 属性

定义

获取通道的输入会话。

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

属性值

IInputSession

适用于通道的输入会话。

实现

适用于