IAPISettings Interface
API used to use and modify various StreetSmart components.
Namespace: StreetSmart.Common.Interfaces.APIAssemblies: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
public interface IAPISettings
| 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.
|
| DisablePopupBlocking |
Disable blocking of the OAuth login popup
|
| 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.
|
Supported in: 18.7