Click or drag to resize

ServerService Class

Inheritance Hierarchy
SystemObject
  NeoAxis.NetworkingServerService
    More

Namespace: NeoAxis.Networking
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract class ServerService

The ServerService type exposes the following members.

Constructors
 NameDescription
Protected methodServerServiceInitializes a new instance of the ServerService class
Top
Properties
 NameDescription
Public propertyIdentifier 
Public propertyName 
Public propertyOwner 
Top
Methods
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also
Inheritance Hierarchy