This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.networkConnectionClass

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

Description

The type of class to be created for new network connections from clients.

By default this is the NetworkConnection class, but it can be changed with SetNetworkConnectionClass() to classes derived from NetworkConnections.