Click or drag to resize
FiddlerCoreStartupFlags Enumeration
Flags that can be passed into the Startup method

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
[FlagsAttribute]
public enum FiddlerCoreStartupFlags
Members
  Member nameValueDescription
None0 No options.
RegisterAsSystemProxy1 Register with WinINET as the System Proxy
DecryptSSL2 Decrypt HTTPS Traffic
AllowRemoteClients8 Accept requests from remote computers or devices. WARNING: Security Impact
ChainToUpstreamGateway16 Set this flag to forward requests to any upstream gateway
MonitorAllConnections32 Set this flag to set all WinINET connections to use Fiddler, otherwise only the Local LAN is pointed to Fiddler
HookUsingPACFile64
CaptureLocalhostTraffic128
CaptureFTP256
OptimizeThreadPool512
Default691 Start FiddlerCore with the default set of options (RegisterAsSystemProxy | DecryptSSL | ChainToUpstreamGateway | MonitorAllConnections | CaptureLocalhostTraffic | OptimizeThreadPool)
See Also