1 write to _client
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteRenderer.cs (1)
52
_client
= client;
4 references to _client
Microsoft.AspNetCore.Components.Server (4)
Circuits\RemoteRenderer.cs (4)
79
var attachComponentTask =
_client
.SendAsync("JS.AttachComponent", componentId, domElementSelector);
213
if (!
_client
.Connected)
220
Log.BeginUpdateDisplayAsync(_logger, pending.BatchId, pending.Data.Count,
_client
.ConnectionId);
222
await
_client
.SendAsync("JS.RenderBatch", pending.BatchId, segment);