2 references to ClientConnectionIdKey
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\ConnectionLogScope.cs (2)
34
return new KeyValuePair<string, object?>(
ClientConnectionIdKey
, ConnectionId);
62
_cachedToString = FormattableString.Invariant($"{
ClientConnectionIdKey
}:{ConnectionId}");