1 write to _maximumIncomingBytes
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
46
_maximumIncomingBytes
= componentHubOptions.Value.MaximumReceiveMessageSize ?? long.MaxValue;
2 references to _maximumIncomingBytes
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
139
if (
_maximumIncomingBytes
- data.Length < _byteArraysToBeRevivedTotalBytes)
194
=> await RemoteJSDataStream.CreateRemoteJSDataStreamAsync(this, jsStreamReference, totalLength,
_maximumIncomingBytes
, _options.JSInteropDefaultCallTimeout, cancellationToken);