com.onlineobject.objectnet Namespace

NetworkServerMode Enumeration

Defines the modes in which a network server can operate.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum NetworkServerMode

Members


Member nameDescription
Relay Relay mode where the server acts as a relay point between clients.
Embedded Embedded mode where the server is embedded within the client application.
Authoritative Authoritative mode where the server has the authority over game logic and state.
ClientOnly ClientOnly mode where the application acts solely as a client without any server capabilities.