2 writes to _clientProxy
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
57
_clientProxy
= clientProxy ?? throw new ArgumentNullException(nameof(clientProxy));
223
_clientProxy
= null;
7 references to _clientProxy
Microsoft.AspNetCore.Components.Server (7)
Circuits\RemoteJSRuntime.cs (7)
31
public bool IsInitialized =>
_clientProxy
is not null;
87
_clientProxy
.SendAsync("JS.EndInvokeDotNet",
95
_clientProxy
.SendAsync("JS.EndInvokeDotNet",
104
_clientProxy
.SendAsync("JS.ReceiveByteArray", id, data);
124
if (
_clientProxy
is null)
143
_clientProxy
.SendAsync(
201
await
_clientProxy
.SendAsync("JS.BeginTransmitStream", streamId);