This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.Configure

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

Declaration

public bool Configure(ConnectionConfig config, int maxConnections);
Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public bool Configure(HostTopology topology);

Parameters

config The transport layer configuration to use.
maxConnections Maximum number of network connections to allow.
topology The transport layer host topology to use.

Returns

bool True if configured.

Description

This configures the network transport layer of the server.