This version of Unity is unsupported.
Method group is Obsolete

NetworkServerSimple.useWebSockets

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

Description

This causes the server to listen for WebSocket connections instead of regular transport layer connections.

This allows WebGL clients to talk to the server.