IClientEntity.ClientId Property

Definition

Gets the ID to identify this client. This can be used to correlate logs and exceptions.

public string ClientId { get; }
member this.ClientId : string
Public ReadOnly Property ClientId As String

Property Value

Remarks

Every new client has a unique ID (in that process).

Applies to