Class SocketPresence
表示一个基于网关的用户实时状态。
public class SocketPresence : IPresence
- Inheritance
-
SocketPresence
- Implements
- Inherited Members
Properties
ActiveClient
获取此用于当前登录的客户端类型。
public ClientType? ActiveClient { get; }
Property Value
IsOnline
获取此用户当前是否在线。
public bool? IsOnline { get; }
Property Value
- bool?