2 writes to _clientProxy
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
63
_clientProxy
= clientProxy ?? throw new ArgumentNullException(nameof(clientProxy));
229
_clientProxy
= null;
7 references to _clientProxy
Microsoft.AspNetCore.Components.Server (7)
Circuits\RemoteJSRuntime.cs (7)
31
public bool IsInitialized =>
_clientProxy
is not null;
93
_clientProxy
.SendAsync("JS.EndInvokeDotNet",
101
_clientProxy
.SendAsync("JS.EndInvokeDotNet",
110
_clientProxy
.SendAsync("JS.ReceiveByteArray", id, data);
130
if (
_clientProxy
is null)
149
_clientProxy
.SendAsync(
207
await
_clientProxy
.SendAsync("JS.BeginTransmitStream", streamId);