3 references to DefaultConnectionContext
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionContextBenchmark.cs (1)
41
var connection = new
DefaultConnectionContext
(Guid.NewGuid().ToString(), _pipe, _pipe);
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
46
Connection = new
DefaultConnectionContext
(Guid.NewGuid().ToString(), pair.Transport, pair.Application);
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
TestClient.cs (1)
46
Connection = new
DefaultConnectionContext
(Guid.NewGuid().ToString(), pair.Transport, pair.Application);