IInputSession 接口

定义

定义在消息传递终结点之间的单向通信的接收端实现的会话的接口。

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,该会话在消息传递终结点之间的单向通信的发送端实现。 请注意,这两个会话并不相同。

属性

Id

获取用于唯一标识会话的 ID。

(继承自 ISession)

适用于