点击或拖拽改变大小

WebSocketSession 属性

WebSocketSession 类型公开以下成员。

属性
  名称说明
公共属性Communication
当前的会话的管道信息
Pipeline information for the current session
(继承自 PipeSession。)
公共属性HeartTime
获取心跳验证的时间点
Get the time point of heartbeat verification
(继承自 PipeSession。)
公共属性IsQASession
当前的会话是否是问答客户端,如果是问答客户端的话,数据的推送是无效的。
公共属性OnlineTime
获取当前的客户端的上线时间
Get the online time of the current client
(继承自 PipeSession。)
公共属性Remote
远程的客户端的ip及端口信息
公共属性SessionID
获取或设置当前会话的ID信息,某些特殊的会话需要用到该字段
Obtain or set the ID information of the current session, which is required for some special sessions
(继承自 PipeSession。)
公共属性Tag
当前会话绑定的自定义的对象内容
The content of the custom object bound to the current session
(继承自 PipeSession。)
公共属性Topics
当前客户端订阅的所有的Topic信息
公共属性Url
客户端请求的url信息,可能携带一些参数信息
Top
参见