IAPISettings Interface

API used to use and modify various StreetSmart components.

Definition

Namespace: StreetSmart.Common.Interfaces.API
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface IAPISettings

Properties

AllowInsecureContent Allow insecure content
BrowserSubprocessPath The path to a separate executable that will be launched for sub-processes.By default the browser process executable is used.See the comments on Cef.ExecuteProcess() for details.Also configurable using the "browser- subprocess-path" command-line switch. Default is CefSharp.BrowserSubprocess.exe
CachePath The location where cache data will be stored on disk. If empty then browsers will be created in "incognito mode" where in-memory caches are used for storage and no data is persisted to disk. HTML5 databases such as localStorage will only persist across sessions if a cache path is specified. Can be overridden for individual CefRequestContext instances via the RequestContextSettings.CachePath value.
DisableGPUCache Don't create a "GPUCache" directory when cache-path is unspecified.
Locale The locale string that will be passed to WebKit. If empty the default locale of "en-US" will be used.
LocalesDirPath The path to the locales directory, if empty locales\ will be used.
ResourcesDirPath The path to the resources directory, if empty the Executing Assembly path is used.

Methods

SetDefaultBrowserSubprocessPath Sets the default browserSupProcessPath
SetDefaultLocalesDirPath Sets the default localesDirPath
SetDefaultResourcesDirPath Sets the default resourcesDirPath

Version Information

Supported in: 18.7

See Also