TsgcSTUNServer › Properties › Version
Read-only build version of the sgcWebSockets component library.
property Version: String read GetVersion;
—
Returns the version string of the sgcWebSockets package the component was built from. Useful for logging or About-box display; the property is read-only and does not influence STUN behaviour. It is not advertised on the wire — use the SOFTWARE attribute (STUNOptions) to expose a server identifier to clients.
ShowMessage('sgcWebSockets version: ' + oSTUN.Version);