This version of Unity is unsupported.
Method group is Obsolete

NetworkClient.allClients

Obsolete The high level API classes are deprecated and will be removed in the future. public static List<NetworkClient> allClients;

Description

A list of all the active network clients in the current process.

This is NOT a list of all clients that are connected to the remote server, it is client instances on the local game.