TsgcWSPServer_E2EEProperties › Version

Version Property

Read-only string with the sgcWebSockets version used for diagnostics and logging.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

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.

Example

MemoLog.Lines.Add('sgcWebSockets ' + WSPE2EE.Version);

Back to Properties