IOutputSession 接口

定义

定义会话接口,该接口在消息终结点之间的单向通信的发送端实现。

public interface class IOutputSession : System::ServiceModel::Channels::ISession
public interface IOutputSession : System.ServiceModel.Channels.ISession
type IOutputSession = interface
    interface ISession
Public Interface IOutputSession
Implements ISession
派生
实现

注解

在消息交换的另一端,IInputSession 接口表示一个传入 ISession,该会话在消息终结点之间的单向通信的接收端实现。 请注意,这两个会话并不相同。

属性

Id

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

(继承自 ISession)

适用于