1 write to Context
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
30Context = context;
4 references to Context
Microsoft.AspNetCore.SignalR.Tests (4)
HubConnectionHandlerTests.cs (3)
2314Assert.NotNull(resource.Context); 2315Assert.Equal(context.User, resource.Context.User); 2316Assert.NotNull(resource.Context.GetHttpContext());
TestFilters.cs (1)
232var context = new HubInvocationContext(invocationContext.Context, invocationContext.ServiceProvider, invocationContext.Hub, methodInfo, invocationContext.HubMethodArguments);