1 write to _proxy
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubCallerClients.cs (1)
126_proxy = hubClients;
2 references to _proxy
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubCallerClients.cs (2)
140var result = await _proxy.InvokeCoreAsync<T>(method, args, cancellationToken); 146return _proxy.SendCoreAsync(method, args, cancellationToken);