2 writes to _clientProxy
Microsoft.AspNetCore.Components.Server (2)
7 references to _clientProxy
Microsoft.AspNetCore.Components.Server (7)
Circuits\RemoteJSRuntime.cs (7)
31public bool IsInitialized => _clientProxy is not null;
87_clientProxy.SendAsync("JS.EndInvokeDotNet",
95_clientProxy.SendAsync("JS.EndInvokeDotNet",
104_clientProxy.SendAsync("JS.ReceiveByteArray", id, data);
109if (_clientProxy is null)
128_clientProxy.SendAsync("JS.BeginInvokeJS", asyncHandle, identifier, argsJson, (int)resultType, targetInstanceId);
173await _clientProxy.SendAsync("JS.BeginTransmitStream", streamId);