Click or drag to resize
FiddlerApplicationStartup Method (Int32, Boolean, Boolean)
Start the FiddlerCore engine; this overload is NOT RECOMMENDED

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void Startup(
	int iListenPort,
	bool bRegisterAsSystemProxy,
	bool bDecryptSSL
)

Parameters

iListenPort
Type: SystemInt32
bRegisterAsSystemProxy
Type: SystemBoolean
bDecryptSSL
Type: SystemBoolean
See Also