This version of Unity is unsupported.
Method group is Obsolete

NetworkServer.useWebSockets

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

Description

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

This allows WebGL clients to connect to this server. Note that WebGL clients cannot listen for WebSocket connections, they can only make outgoing WebSockets connections.