This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.OnDisconnectError

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

Declaration

public void OnDisconnectError(NetworkConnection conn, byte error);

Parameters

conn The connection object that the error occured on.
error The error code.

Description

A virtual function that is called when a disconnect error happens.