Click or drag to resize

NetworkingManagerConnectedClients Property

Gets a dictionary of connected clients

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<int, NetworkedClient> ConnectedClients { get; }

Property Value

Type: DictionaryInt32, NetworkedClient
See Also