This version of Unity is unsupported.
Method group is Obsolete

NetworkClient.GetStatsIn

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

Declaration

public void GetStatsIn(out int numMsgs, out int numBytes);

Parameters

numMsgs Number of messages received so far.
numBytes Number of bytes received so far.

Description

Get inbound network statistics for the client.