This version of Unity is unsupported.
Method group is Obsolete

NetworkServer.AddExternalConnection

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

Declaration

public static bool AddExternalConnection(NetworkConnection conn);

Parameters

conn Network connection to add.

Returns

bool True if added.

Description

This accepts a network connection from another external source and adds it to the server.

This connection will use the callbacks registered with the server, and can have players added to it like any other connection.