26 overrides of ConnectionId
ClientSample (1)
InMemory.FunctionalTests (4)
Microsoft.AspNetCore.Connections.Abstractions (1)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Http.Connections.Client (1)
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Microsoft.AspNetCore.SignalR.Client.Tests (2)
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
Microsoft.AspNetCore.SignalR.Tests (1)
4 writes to ConnectionId
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.SignalR.Client.Tests (1)
71 references to ConnectionId
InMemory.FunctionalTests (3)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Http.Connections.Common (1)
Microsoft.AspNetCore.Http.Connections.Tests (25)
HttpConnectionDispatcherTests.cs (14)
99Assert.Equal(connectionId, connectionContext.ConnectionId);
428values["id"] = connection.ConnectionId;
662values["id"] = connection.ConnectionId;
1051var exists = manager.TryGetConnection(connection.ConnectionId, out _);
1083var exists = manager.TryGetConnection(connection.ConnectionId, out _);
1119var exists = manager.TryGetConnection(connection.ConnectionId, out _);
1158var exists = manager.TryGetConnection(connection.ConnectionId, out _);
1311Assert.False(manager.TryGetConnection(connection.ConnectionId, out var _));
1350Assert.False(manager.TryGetConnection(connection.ConnectionId, out var _));
1394Assert.False(manager.TryGetConnection(connection.ConnectionId, out var _));
2183deleteContext.Request.QueryString = new QueryString($"?id={connection.ConnectionId}");
2201Assert.True(manager.TryGetConnection(connection.ConnectionId, out _));
2789deleteContext.Request.QueryString = new QueryString($"?id={connection.ConnectionId}");
2809Assert.True(manager.TryGetConnection(connection.ConnectionId, out _));
Microsoft.AspNetCore.Server.Kestrel.Core (22)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (2)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Microsoft.AspNetCore.SignalR.Client.Core (2)
Microsoft.AspNetCore.SignalR.Client.Tests (1)
Microsoft.AspNetCore.SignalR.Core (1)
SignalRSamples (5)
SocialWeather (2)
Sockets.FunctionalTests (2)