This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.useWebSockets

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

Description

This makes the NetworkServer listen for WebSockets connections instead of normal transport layer connections.

This allows WebGL clients to connect to the server.