Class RestRoomChannel
表示一个基于 REST 的房间频道。
public class RestRoomChannel : RestChannel, IRoomChannel, IChannel, IEntity<ulong>
- Inheritance
-
RestRoomChannel
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Room
获取此频道所属的房间。
public IRoom Room { get; }
Property Value
RoomId
获取此频道所属的房间的 ID。
public ulong RoomId { get; }
Property Value
Type
获取此频道的类型。
public ChannelType Type { get; }