CoreWebView2ClusterEnvironmentOptions 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.
The options used to establish or attach to a shared WebView2 cluster
environment, identified by a well-known ClusterName that
cooperating hosts agree on. Only options that can be shared process-wide
are present.
public class CoreWebView2ClusterEnvironmentOptions
type CoreWebView2ClusterEnvironmentOptions = class
Public Class CoreWebView2ClusterEnvironmentOptions
- Inheritance
-
CoreWebView2ClusterEnvironmentOptions
Remarks
The options used to establish or attach to a shared WebView2 cluster environment, identified by a well-known ClusterName that cooperating hosts agree on. Only options that can be shared process-wide are present.
Constructors
| Name | Description |
|---|---|
| CoreWebView2ClusterEnvironmentOptions(List<CoreWebView2CustomSchemeRegistration>) |
Initializes a new instance of the CoreWebView2ClusterEnvironmentOptions class. Set the desired properties (in particular ClusterName) before passing the instance to CreateOrJoinClusterEnvironmentAsync(CoreWebView2ClusterEnvironmentOptions). |
Properties
| Name | Description |
|---|---|
| AdditionalBrowserArguments |
Gets or sets additional command-line switches passed to the shared browser process. This value is part of the pinned set and is process-wide. |
| AllowSingleSignOnUsingOSPrimaryAccount |
Gets or sets whether single sign on using the OS primary account is
allowed for the shared environment. The default is |
| AreBrowserExtensionsEnabled |
Gets or sets whether browser extensions are enabled for the shared
environment. The default is |
| ChannelSearchKind |
Gets or sets the order that release channels are searched for during shared
environment creation. This value is part of the pinned set. The default is
|
| ClusterName |
Gets or sets the rendezvous name that identifies the cluster. Must be a
valid, case-insensitive file-system folder name of at most 64
characters; an invalid value fails with |
| CustomSchemeRegistrations |
Gets the custom scheme registrations that are part of the pinned set for the shared environment. |
| EnableTrackingPrevention |
Gets or sets whether tracking prevention is enabled for the shared
environment. The default is |
| Language |
Gets or sets the default display language for the shared environment, in the format of BCP 47 Language Tags. |
| PerHostProfileIsolation |
When |
| ReleaseChannels |
Gets or sets the mask of release channels the shared environment creation searches for. This value is part of the pinned set. The default is a mask of all channels. |