Click or drag to resize

NetworkedClient Class

A NetworkedClient
Inheritance Hierarchy
SystemObject
  MLAPINetworkedClient

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class NetworkedClient

The NetworkedClient type exposes the following members.

Constructors
  NameDescription
Public methodNetworkedClient
Initializes a new instance of the NetworkedClient class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAesKey
The encryption key used for this client
Public fieldClientId
The Id of the NetworkedClient
Public fieldOwnedObjects
The NetworkedObject's owned by this Client
Public fieldPlayerObject
The PlayerObject of the Client
Top
See Also