TsgcWSPServer_E2EE › Properties › Version
Read-only string with the sgcWebSockets version used for diagnostics and logging.
property Version: String read GetVersion;
—
Returns the sgcWebSockets version string associated with this component. Useful to include in log output or in server banner messages when troubleshooting compatibility issues between different client and server builds.
MemoLog.Lines.Add('sgcWebSockets ' + WSPE2EE.Version);