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