TsgcWSPServer_E2EEProperties › Server

Server Property

WebSocket server component that hosts the E2EE subprotocol.

Syntax

property Server: TsgcWSComponent_Server read FServer write SetServer;

Default Value

Remarks

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.

Example

WSPE2EE.Server := WSServer;
WSServer.Active := True;

Back to Properties