TsgcWSPServer_E2EE › Properties › Server
WebSocket server component that hosts the E2EE subprotocol.
property Server: TsgcWSComponent_Server read FServer write SetServer;
—
Assign a configured WebSocket server (typically TsgcWebSocketHTTPServer) before activating the server. The subprotocol attaches to that server and handles only connections negotiated with the E2EE subprotocol name; all other traffic on the server is unaffected.
WSPE2EE.Server := WSServer;
WSServer.Active := True;