点击或拖拽改变大小

MqttSession 方法

MqttSession 类型公开以下成员。

方法
  名称说明
公共方法AddSubscribe(String)
当前的会话信息新增一个订阅的主题信息
The current session information adds a subscribed topic information
公共方法AddSubscribe(String)
当前的会话信息新增多个订阅的主题信息
The current session information adds multiple subscribed topic information
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode (继承自 Object。)
公共方法GetSessionInfo
获取当前会话的基本信息
Obtain basic information about the current session
公共方法GetSessionOnlineInfo
获取当前的会话信息,包含在线时间的信息
Get current session information, including online time information
公共方法GetTopics
获取当前客户端订阅的所有的Topic信息
Get all Topic information subscribed by the current client
公共方法GetType (继承自 Object。)
公共方法IsClientSubscribe
检查当前的会话对象里是否订阅了指定的主题内容
Check whether the specified topic content is subscribed in the current session object
受保护的方法MemberwiseClone (继承自 Object。)
公共方法RemoveSubscribe(String)
移除会话信息的一个订阅的主题
公共方法RemoveSubscribe(String)
移除会话信息的一个订阅的主题
Remove a subscribed topic from session information
公共方法ToString (重写 ObjectToString.)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见