GeckoFxProxyType Enumeration
Specifies a proxy type of a GeckoFx web-browser.
Namespace: DevCase.ThirdParty.GeckoFxAssembly: 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
Public Enumeration GeckoFxProxyType
Dim instance As GeckoFxProxyType
public enum class GeckoFxProxyType
No code example is currently available or this language may not be supported.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Geckofx60.64 by geckofx
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)
|