1 write to _options
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
45
_options
= circuitOptions.Value;
5 references to _options
Microsoft.AspNetCore.Components.Server (5)
Circuits\RemoteJSRuntime.cs (5)
48
DefaultAsyncTimeout =
_options
.JSInteropDefaultCallTimeout;
52
for (var i =
_options
.JsonTypeInfoResolvers.Count - 1; i >= 0; i--)
54
JsonSerializerOptions.TypeInfoResolverChain.Insert(0,
_options
.JsonTypeInfoResolvers[i]);
78
if (
_options
.DetailedErrors)
233
=> await RemoteJSDataStream.CreateRemoteJSDataStreamAsync(this, jsStreamReference, totalLength, _maximumIncomingBytes,
_options
.JSInteropDefaultCallTimeout, cancellationToken);