Table of Contents

Class RestRoomChannel

Namespace
HeyBox.Rest
Assembly
HeyBox.Net.Rest.dll

表示一个基于 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

IRoom

RoomId

获取此频道所属的房间的 ID。

public ulong RoomId { get; }

Property Value

ulong

Type

获取此频道的类型。

public ChannelType Type { get; }

Property Value

ChannelType