Mode Type
Union cases
| Union case |
Description
|
Full Usage:
AutoDetect
|
In auto_detect mode the proxy configuration is determined by a PAC script that can be downloaded at http://wpad/wpad.dat. |
Full Usage:
Direct
|
In direct mode all connections are created directly, without any proxy involved. |
Full Usage:
FixedServers
|
In fixed_servers mode the proxy configuration is specified in proxyRules. This is the default mode if proxyRules is specified. |
Full Usage:
PacScript
|
In pac_script mode the proxy configuration is determined by a PAC script that is retrieved from the URL specified in the pacScript. This is the default mode if pacScript is specified. |
Full Usage:
System
|
In system mode the proxy configuration is taken from the operating system. Note that the system mode is different from setting no proxy configuration. In the latter case, Electron falls back to the system settings only if no command-line options influence the proxy configuration. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAutoDetect
Returns: bool
|
|
Full Usage:
this.IsDirect
Returns: bool
|
|
Full Usage:
this.IsFixedServers
Returns: bool
|
|
Full Usage:
this.IsPacScript
Returns: bool
|
|
Full Usage:
this.IsSystem
Returns: bool
|
|
fable-electron-docs-api