IContextChannel.InputSession 属性

定义

获取通道的输入会话。

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

属性值

IInputSession

通道的 IInputSession

适用于