2 writes to ConnectionId
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
2153
_hubConnection._logScope.
ConnectionId
= connection.ConnectionId;
2265
_hubConnection._logScope.
ConnectionId
= null;
4 references to ConnectionId
Microsoft.AspNetCore.SignalR.Client.Core (4)
Internal\ConnectionLogScope.cs (4)
35
return new KeyValuePair<string, object?>(ClientConnectionIdKey,
ConnectionId
);
42
public int Count => string.IsNullOrEmpty(
ConnectionId
) ? 0 : 1;
61
if (!string.IsNullOrEmpty(
ConnectionId
))
63
_cachedToString = FormattableString.Invariant($"{ClientConnectionIdKey}:{
ConnectionId
}");