1 write to ConnectionId
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
727
_logScope.
ConnectionId
= _connectionId;
4 references to ConnectionId
Microsoft.AspNetCore.Http.Connections.Client (4)
Internal\ConnectionLogScope.cs (4)
34
return new KeyValuePair<string, object?>(ClientConnectionIdKey,
ConnectionId
);
41
public int Count => string.IsNullOrEmpty(
ConnectionId
) ? 0 : 1;
60
if (!string.IsNullOrEmpty(
ConnectionId
))
62
_cachedToString = FormattableString.Invariant($"{ClientConnectionIdKey}:{
ConnectionId
}");