3 instantiations of UserProxy
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubClients.cs (1)
51return new UserProxy<THub>(_lifetimeManager, userId);
Internal\HubClients`T.cs (1)
53return TypedClientBuilder<T>.Build(new UserProxy<THub>(_lifetimeManager, userId));
Microsoft.AspNetCore.SignalR.Tests (1)
ClientProxyTests.cs (1)
31var proxy = new UserProxy<FakeHub>(o.Object, string.Empty);
1 reference to UserProxy
Microsoft.AspNetCore.SignalR.Tests (1)
ClientProxyTests.cs (1)
31var proxy = new UserProxy<FakeHub>(o.Object, string.Empty);