9 references to DefaultConnectionContext
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
152
var connectionContext = new
DefaultConnectionContext
();
214
streamContext: new
DefaultConnectionContext
(),
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
152
var connectionContext = new
DefaultConnectionContext
();
214
streamContext: new
DefaultConnectionContext
(),
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
152
var connectionContext = new
DefaultConnectionContext
();
214
streamContext: new
DefaultConnectionContext
(),
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionReceiveBenchmark.cs (1)
79
var connection = new
DefaultConnectionContext
();
HubConnectionSendBenchmark.cs (1)
59
var connection = new
DefaultConnectionContext
();
HubConnectionStartBenchmark.cs (1)
45
var connection = new
DefaultConnectionContext
();