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)
140
var result = await
_proxy
.InvokeCoreAsync<T>(method, args, cancellationToken);
146
return
_proxy
.SendCoreAsync(method, args, cancellationToken);