1 instantiation of DefaultConnectionContext
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
46
Connection = new
DefaultConnectionContext
(Guid.NewGuid().ToString(), pair.Transport, pair.Application);
3 references to DefaultConnectionContext
Microsoft.AspNetCore.Connections.Abstractions (2)
DefaultConnectionContext.cs (2)
30
/// Creates the <see cref="
DefaultConnectionContext
"/> without Pipes to avoid upfront allocations.
39
/// Creates the <see cref="
DefaultConnectionContext
"/> without Pipes to avoid upfront allocations.
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
33
public
DefaultConnectionContext
Connection { get; }