Click or drag to resize

EngineOptions Properties

The EngineOptions type exposes the following members.

Properties
  NameDescription
Public propertyBinariesExtractionOptions
Gets the options that are used to configure the Chromium binaries extraction process.
Public propertyChromiumDirectory
Gets the absolute path to the directory where the Chromium binaries are located.
Public propertyChromiumSwitches
Gets an immutable collection of the Chromium switches that will be passed to the Chromium Main process.
Public propertyCrashDumpDirectory
Gets the path that will be used to store the automatically generated Chromium crash dumps.
Public propertyDiskCacheSize
Gets the disk cache size.
Public propertyGoogleApiKey
Gets the Google API key.
Public propertyGoogleDefaultClientId
Gets the Google client ID.
Public propertyGoogleDefaultClientSecret
Gets the Google client secret.
Public propertyIsAutoplayEnabled
Indicates whether video playback will automatically start after page loading.
Public propertyIsFileAccessFromFilesAllowed
Indicates whether file access from files is allowed.
Public propertyIsGoogleTrafficDisabled
Indicates whether Chromium services that cause additional traffic are disabled.
Public propertyIsGpuDisabled
Indicates whether GPU is disabled.
Public propertyIsIncognitoEnabled
Indicates whether the incognito mode for the IEngine instance is enabled.
Public propertyIsSandboxDisabled
Indicates whether the sandbox is disabled.
Public propertyIsTouchMenuDisabled
Indicates whether touch popup menu is disabled.
Public propertyIsWebSecurityDisabled
Indicates whether the same-origin policy is disabled.
Public propertyLanguage
Gets the Chromium language that is used on the default error pages and message dialogs.
Public propertyLicenseKey
Gets the license key.
Public propertyPasswordStore
Gets the password store type which specifies the storage backend should be used to encrypt cookies.
Public propertyProprietaryFeatures
Gets the proprietary features enabled for the IEngine instance.
Public propertyRemoteDebuggingPort
Gets the remote debugging port.
Public propertyRenderingMode
Gets the rendering mode indicating how the content of the web pages will be rendered.
Public propertySchemes
Gets the readonly dictionary of the schemes that will be intercepted.
Public propertyUserAgent
Gets the custom user agent string that is used to override the default user agent for the IEngine.
Public propertyUserDataDirectory
Gets an absolute path to the directory where the user data is stored.
Top
See Also