This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.OnStartClient

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void OnStartClient(NetworkClient client);

Parameters

client The NetworkClient object that was started.

Description

This is a hook that is invoked when the client is started.

StartClient has multiple signatures, but they all cause this hook to be called.