This version of Unity is unsupported.
Method group is Obsolete

NetworkServer.objects

Obsolete The high level API classes are deprecated and will be removed in the future. public static Dictionary<NetworkInstanceId,NetworkIdentity> objects;

Description

This is a dictionary of networked objects that have been spawned on the server.

The key to the dictionary is NetworkIdentity netId.