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