TsgcHTTP_JWT_ClientProperties › Version

Version Property

Read-only string exposing the sgcWebSockets library version.

Syntax

property Version: String read GetVersion;

Default Value

Current sgcWebSockets release string (read-only).

Remarks

Returns the version of the sgcWebSockets library the component is built against. Use it for diagnostics and bug reports; the value has no effect on the JWT that is generated and cannot be assigned.

Example


ShowMessage('sgcWebSockets ' + oJWT.Version);

Back to Properties