IInputSession 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义在消息传送终结点之间的单向通信接收端实现的会话的接口。
public interface class IInputSession : System::ServiceModel::Channels::ISession
public interface IInputSession : System.ServiceModel.Channels.ISession
type IInputSession = interface
interface ISession
Public Interface IInputSession
Implements ISession
- 派生
- 实现
注解
在消息交换的另一端,接口 IOutputSession 表示在消息终结点之间单向通信的发送端实现的传出 ISession 。 请注意,这两个会话是不同的。