FiddlerCoreStartupFlags Enumeration |
Flags that can be passed into the Startup method
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax [FlagsAttribute]
public enum FiddlerCoreStartupFlags
<FlagsAttribute>
Public Enumeration FiddlerCoreStartupFlags
[FlagsAttribute]
public enum class FiddlerCoreStartupFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No options.
|
| RegisterAsSystemProxy | 1 |
Register with WinINET as the System Proxy
|
| DecryptSSL | 2 |
Decrypt HTTPS Traffic
|
| AllowRemoteClients | 8 |
Accept requests from remote computers or devices. WARNING: Security Impact
|
| ChainToUpstreamGateway | 16 |
Set this flag to forward requests to any upstream gateway
|
| MonitorAllConnections | 32 |
Set this flag to set all WinINET connections to use Fiddler, otherwise only the Local LAN is pointed to Fiddler
|
| HookUsingPACFile | 64 | |
| CaptureLocalhostTraffic | 128 | |
| CaptureFTP | 256 | |
| OptimizeThreadPool | 512 | |
| Default | 691 |
Start FiddlerCore with the default set of options (RegisterAsSystemProxy | DecryptSSL | ChainToUpstreamGateway | MonitorAllConnections | CaptureLocalhostTraffic | OptimizeThreadPool)
|
See Also