TsgcSTUNServerProperties › Version

Version Property

Read-only build version of the sgcWebSockets component library.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

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.

Example

ShowMessage('sgcWebSockets version: ' + oSTUN.Version);

Back to Properties