6 references to SendAsync
JwtSample (1)
Broadcaster.cs (1)
14
Clients.All.
SendAsync
("Message", sender, message);
Microsoft.AspNetCore.Components.Server (4)
Circuits\CircuitHost.cs (1)
583
await Client.
SendAsync
("JS.EndLocationChanging", callId, shouldContinueNavigation);
Circuits\RemoteJSRuntime.cs (1)
104
_clientProxy.
SendAsync
("JS.ReceiveByteArray", id, data);
Circuits\RemoteRenderer.cs (2)
79
var attachComponentTask = _client.
SendAsync
("JS.AttachComponent", componentId, domElementSelector);
222
await _client.
SendAsync
("JS.RenderBatch", pending.BatchId, segment);
SignalRWeb (1)
Hubs\ChatHub.cs (1)
7
await Clients.All.
SendAsync
("ReceiveMessage", user, message);