This version of Unity is unsupported.
Method group is Obsolete

NetworkServer.GetStatsIn

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

Declaration

public static 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 server.