2 writes to ReconnectionRetryInterval
Microsoft.AspNetCore.Components.Endpoints (2)
BrowserConfiguration\ConfigureBrowser.cs (1)
59
target.InteractiveServer.
ReconnectionRetryInterval
= source.InteractiveServer.ReconnectionRetryInterval ?? target.InteractiveServer.ReconnectionRetryInterval;
Generated\361d1da7f942c932\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (1)
81
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).
ReconnectionRetryInterval
= value!,
3 references to ReconnectionRetryInterval
Microsoft.AspNetCore.Components.Endpoints (3)
BrowserConfiguration\ConfigureBrowser.cs (2)
59
target.InteractiveServer.ReconnectionRetryInterval = source.InteractiveServer.
ReconnectionRetryInterval
?? target.InteractiveServer.
ReconnectionRetryInterval
;
Generated\361d1da7f942c932\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (1)
80
Getter = static obj => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).
ReconnectionRetryInterval
,