ServerNetworkService_Messages Class |
A basic server service to exchange by means simple text and binary messages.
Inheritance Hierarchy Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic class ServerNetworkService_Messages : ServerService
The ServerNetworkService_Messages type exposes the following members.
Constructors
Properties
Methods| | Name | Description |
|---|
 | 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) |
 | 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) |
 | 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) |
 | 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) |
 | SendToAllClients(String, ArraySegmentByte) | |
 | SendToAllClients(String, Byte) | |
 | SendToAllClients(String, String) | |
 | SendToClient(ServerNodeClient, String, ArraySegmentByte) | |
 | SendToClient(ServerNodeClient, String, Byte) | |
 | SendToClient(ServerNodeClient, String, String) | |
 | SendToClients(IListServerNodeClient, String, ArraySegmentByte) | |
 | SendToClients(IListServerNodeClient, String, Byte) | |
 | SendToClients(IListServerNodeClient, String, String) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
Top
Events
Extension Methods
See Also