ISessionChannel<TSession>.Session 属性

定义

获取与此通道关联的会话类型。

public:
 property TSession Session { TSession get(); };
public TSession Session { get; }
member this.Session : 'Session
Public ReadOnly Property Session As TSession

属性值

TSession

与此通道关联的 ISession 类型。

注解

它返回用于定义接口的泛型参数 TSession

适用于