Version: 2017.2

NetworkServer.AddExternalConnection

Switch to Manual
public static bool AddExternalConnection (Networking.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.