Click or drag to resize

ServerNetworkService Class

Inheritance Hierarchy

Namespace:  NeoAxis.Networking
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public abstract class ServerNetworkService : NetworkService

The ServerNetworkService type exposes the following members.

Constructors
  NameDescription
Protected methodServerNetworkService
Initializes a new instance of the ServerNetworkService class
Top
Properties
  NameDescription
Public propertyIdentifier (Inherited from NetworkService.)
Public propertyName (Inherited from NetworkService.)
Public propertyOwner
Public propertySendingData
Top
Methods
  NameDescription
Protected methodAddMessageRecipient
Protected methodBeginMessage(Byte)
Protected methodBeginMessage(NetworkServiceMessageType)
Protected methodBeginMessage(NetworkNodeConnectedNode, NetworkServiceMessageType)
Protected methodBeginMessage(NetworkNodeConnectedNode, Byte)
Protected methodBeginMessage(IListNetworkNodeConnectedNode, NetworkServiceMessageType)
Protected methodBeginMessage(IListNetworkNodeConnectedNode, Byte)
Protected methodBeginMessageToEveryone(Byte)
Protected methodBeginMessageToEveryone(NetworkServiceMessageType)
Protected methodEndMessage
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetMessageType(Byte) (Inherited from NetworkService.)
Protected methodGetMessageType(String) (Inherited from NetworkService.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDispose (Overrides NetworkServiceOnDispose.)
Protected methodOnUpdate (Inherited from NetworkService.)
Protected methodRegisterMessageType(String, Byte) (Inherited from NetworkService.)
Protected methodRegisterMessageType(String, Byte, NetworkServiceMessageTypeReceiveHandlerDelegate) (Inherited from NetworkService.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also