TsgcWSPClient_E2EEProperties › Guid

Guid Property

Unique identifier assigned to this protocol instance.

Syntax

property Guid: String read FGuid write FGuid;

Default Value

Remarks

Internal protocol identifier. The runtime assigns a value automatically when the component is created, so in most scenarios you do not need to touch it. Set it explicitly only when you need a stable Guid across runs to correlate a protocol instance with server-side state or log entries. This value is independent of E2EE_Options.UserId, which is what the server uses to route E2EE messages.

Example

ShowMessage(oE2EE.Guid);

Back to Properties