TsgcHTTP_JWT_Client › Properties › Version
Read-only string exposing the sgcWebSockets library version.
property Version: String read GetVersion;
Current sgcWebSockets release string (read-only).
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.
ShowMessage('sgcWebSockets ' + oJWT.Version);