ServerBrowserOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializable subset of CircuitStartOptions.
Non-serializable options (configureSignalR, reconnectionHandler,
circuitHandlers) must use Blazor.start() or JS initializers.
public sealed class ServerBrowserOptions
type ServerBrowserOptions = class
Public NotInheritable Class ServerBrowserOptions
- Inheritance
-
ServerBrowserOptions
Constructors
| Name | Description |
|---|---|
| ServerBrowserOptions() | |
Properties
| Name | Description |
|---|---|
| ReconnectionDialogId |
CSS ID of the reconnection dialog element.
Maps to |
| ReconnectionMaxRetries |
Maximum reconnection attempts before giving up.
Maps to |
| ReconnectionRetryIntervalMilliseconds |
Base interval in milliseconds between reconnection attempts (scalar form).
The function form |