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