Header menu logo fable-electron-docs-api

Mode Type

Union cases

Union case Description

AutoDetect

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.

Direct

Full Usage: Direct

In direct mode all connections are created directly, without any proxy involved.

FixedServers

Full Usage: FixedServers

In fixed_servers mode the proxy configuration is specified in proxyRules. This is the default mode if proxyRules is specified.

PacScript

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.

System

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

this.IsAutoDetect

Full Usage: this.IsAutoDetect

Returns: bool
Returns: bool

this.IsDirect

Full Usage: this.IsDirect

Returns: bool
Returns: bool

this.IsFixedServers

Full Usage: this.IsFixedServers

Returns: bool
Returns: bool

this.IsPacScript

Full Usage: this.IsPacScript

Returns: bool
Returns: bool

this.IsSystem

Full Usage: this.IsSystem

Returns: bool
Returns: bool

Type something to start searching.