TsgcWSAPIServer_WebPushProperties › Version

Version Property

Read-only string that returns the sgcWebSockets library version compiled into the component.

Syntax

public string Version { get; }

Default Value

Remarks

Useful for diagnostics, log headers and bug reports: the string matches the version stamped on the package binary so you can verify which build is deployed at runtime. The value is populated by the base TsgcComponent ancestor and does not require the server to be active.

Example

Back to Properties