1 type derived from HubCallerContext
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubCallerContext.cs (1)
12
internal sealed class DefaultHubCallerContext :
HubCallerContext
19 references to HubCallerContext
Microsoft.AspNetCore.SignalR (1)
GetHttpContextExtensions.cs (1)
19
public static HttpContext? GetHttpContext(this
HubCallerContext
connection)
Microsoft.AspNetCore.SignalR.Core (18)
Hub.cs (3)
17
private
HubCallerContext
_context = default!;
40
public
HubCallerContext
Context
92
/// available on <see cref="
HubCallerContext
.User"/>.
HubConnectionContext.cs (1)
117
internal
HubCallerContext
HubCallerContext
HubInvocationContext.cs (3)
24
public HubInvocationContext(
HubCallerContext
context, IServiceProvider serviceProvider, Hub hub, MethodInfo hubMethod, IReadOnlyList<object?> hubMethodArguments)
33
internal HubInvocationContext(ObjectMethodExecutor objectMethodExecutor,
HubCallerContext
context, IServiceProvider serviceProvider, Hub hub, object?[] hubMethodArguments)
42
public
HubCallerContext
Context { get; }
HubLifetimeContext.cs (2)
17
public HubLifetimeContext(
HubCallerContext
context, IServiceProvider serviceProvider, Hub hub)
27
public
HubCallerContext
Context { get; }
Internal\DefaultHubDispatcher.cs (9)
92
var
hubCallerContext = connection.HubCallerContext;
129
var
hubCallerContext = connection.HubCallerContext;
176
var
hubCallerContext = connection.HubCallerContext;
377
var
hubCallerContext = connection.HubCallerContext;
439
HubCallerContext
hubCallerContext,
586
private async Task StreamAsync(string invocationId, HubConnectionContext connection,
HubCallerContext
hubCallerContext, object?[] arguments, AsyncServiceScope scope,
688
private ValueTask<object?> ExecuteHubMethod(ObjectMethodExecutor methodExecutor, THub hub, object?[] arguments,
HubCallerContext
hubCallerContext, IServiceProvider serviceProvider)
743
HubCallerContext
hubCallerContext,
756
HubCallerContext
hubCallerContext,