Inheritance Hierarchy Namespace: NeoAxis.NetworkingAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract class ServerService
The ServerService type exposes the following members.
Constructors| | Name | Description |
|---|
 | ServerService | Initializes a new instance of the ServerService class |
Top
Properties
Methods| | Name | Description |
|---|
 | BeginMessage(Int32) | |
 | BeginMessage(ServerServiceMessageType) | |
 | BeginMessage(ServerNodeClient, ServerServiceMessageType) | |
 | BeginMessage(ServerNodeClient, Int32) | |
 | BeginMessage(IListServerNodeClient, ServerServiceMessageType) | |
 | BeginMessage(IListServerNodeClient, Int32) | |
 | BeginMessageToAll(Int32) | |
 | BeginMessageToAll(ServerServiceMessageType) | |
 | 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) | |
 | GetMessageType(String) | |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | OnDispose | |
 | OnUpdate | |
 | RegisterMessageType(String, Int32) | |
 | RegisterMessageType(String, Int32, ServerServiceMessageTypeReceiveHandlerDelegate) | |
 | SendMessage(ServerNodeClient, ServerServiceMessageType, ArraySegmentByte) | |
 | SendMessage(ServerNodeClient, Int32, ArraySegmentByte) | |
 | SendMessage(IListServerNodeClient, ServerServiceMessageType, ArraySegmentByte) | |
 | SendMessage(IListServerNodeClient, Int32, ArraySegmentByte) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
Top
Extension Methods
See Also
Inheritance Hierarchy