3 references to ClientIdKey
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\MetricsEventSource.cs (3)
406
if (command.Arguments!.TryGetValue(
ClientIdKey
, out string? clientId))
518
Parent.Message($"{
ClientIdKey
} not provided; session will remain active indefinitely.");
529
if (command.Arguments!.TryGetValue(
ClientIdKey
, out string? clientIdArg) && !string.IsNullOrEmpty(clientIdArg))