ServerNetworkService_Chat Class |
Built-in chat service.
Inheritance Hierarchy Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic class ServerNetworkService_Chat : ServerService
The ServerNetworkService_Chat type exposes the following members.
Constructors
Properties
Methods| | Name | Description |
|---|
 | AddUserToRoom | |
 | BeginMessage(Int32) | (Inherited from ServerService) |
 | BeginMessage(ServerServiceMessageType) | (Inherited from ServerService) |
 | BeginMessage(ServerNodeClient, ServerServiceMessageType) | (Inherited from ServerService) |
 | BeginMessage(ServerNodeClient, Int32) | (Inherited from ServerService) |
 | BeginMessage(IListServerNodeClient, ServerServiceMessageType) | (Inherited from ServerService) |
 | BeginMessage(IListServerNodeClient, Int32) | (Inherited from ServerService) |
 | BeginMessageToAll(Int32) | (Inherited from ServerService) |
 | BeginMessageToAll(ServerServiceMessageType) | (Inherited from ServerService) |
 | CreateRoom | |
 | DeleteRoom | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetMessageType(Int32) | (Inherited from ServerService) |
 | GetMessageType(String) | (Inherited from ServerService) |
 | GetRoom(Int64) | |
 | GetRoom(String) | |
 | GetRooms | |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | OnDispose | (Inherited from ServerService) |
 | OnUpdate | (Inherited from ServerService) |
 | RegisterMessageType(String, Int32) | (Inherited from ServerService) |
 | RegisterMessageType(String, Int32, ServerServiceMessageTypeReceiveHandlerDelegate) | (Inherited from ServerService) |
 | RemoveUser | |
 | RemoveUserFromRoom | |
 | SendMessage(ServerNodeClient, ServerServiceMessageType, ArraySegmentByte) | (Inherited from ServerService) |
 | SendMessage(ServerNodeClient, Int32, ArraySegmentByte) | (Inherited from ServerService) |
 | SendMessage(IListServerNodeClient, ServerServiceMessageType, ArraySegmentByte) | (Inherited from ServerService) |
 | SendMessage(IListServerNodeClient, Int32, ArraySegmentByte) | (Inherited from ServerService) |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
Top
Events
Extension Methods
See Also