GeckoFxProxyType Enumeration

Specifies a proxy type of a GeckoFx web-browser.

Definition

Namespace: DevCase.ThirdParty.GeckoFx
Assembly: DevCase.net48.ThirdParty.GeckoFx (in DevCase.net48.ThirdParty.GeckoFx.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum GeckoFxProxyType

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Geckofx60.64 by geckofx

Members

DirectConnection 0 Direct connection, no proxy.

(Default in Windows and Mac previous to 1.9.2.4 /Firefox 3.6.4)

Manual 1 Manual proxy configuration.
AutoConfiguration 2 Proxy auto-configuration (PAC).
AutoDetect 4 Auto-detect proxy settings.
System 5 Use system proxy settings.

(Default in Linux; default for all platforms, starting in 1.9.2.4 /Firefox 3.6.4)

See Also