This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.FindConnection

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

Declaration

public NetworkConnection FindConnection(int connectionId);

Parameters

connectionId The connection id to look up.

Returns

NetworkConnection A NetworkConnection objects, or null if no connection found.

Description

This looks up the network connection object for the specified connection Id.