This version of Unity is unsupported.
Method group is Obsolete

NetworkMessage.Dump

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

Declaration

public static string Dump(byte[] payload, int sz);

Parameters

payload Network message payload to dump.
sz Length of payload in bytes.

Returns

string Dumped info from payload.

Description

Returns a string with the numeric representation of each byte in the payload.