TsgcWebSocketClientProperties › Version

Version Property

Read-only string that returns the current sgcWebSockets library version.

Syntax

public string Version { get; }

Default Value

Remarks

Use this property at runtime or design time to confirm which build of the sgcWebSockets component library is in use. The value is formatted as a dotted version number returned by the component library itself.

Example


oClient = new TsgcWebSocketClient();
Console.WriteLine(oClient.Version);

Back to Properties