IContextChannel.OutputSession 属性

定义

获取与通道关联的输出会话(如果有)。

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

属性值

如果存在输入会话,则为 IOutputSession 实现;否则为 null

适用于