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