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