FiddlerApplicationStartup Method (Int32, Boolean, Boolean, Boolean) |
Start the FiddlerCore engine; this overload is NOT RECOMMENDED
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void Startup(
int iListenPort,
bool bRegisterAsSystemProxy,
bool bDecryptSSL,
bool bAllowRemote
)
Public Shared Sub Startup (
iListenPort As Integer,
bRegisterAsSystemProxy As Boolean,
bDecryptSSL As Boolean,
bAllowRemote As Boolean
)
public:
static void Startup(
int iListenPort,
bool bRegisterAsSystemProxy,
bool bDecryptSSL,
bool bAllowRemote
)
Parameters
- iListenPort
- Type: SystemInt32
Port to Listen on. - bRegisterAsSystemProxy
- Type: SystemBoolean
Boolean indicating if FiddlerCore should register as the system proxy. - bDecryptSSL
- Type: SystemBoolean
Boolean indicating if FiddlerCore should decrypt secure traffic. If true, requires MakeCert.exe in the Application folder. - bAllowRemote
- Type: SystemBoolean
Boolean indicating if FiddlerCore should accept connections from remote computers. Note: You must ensure Firewall is configured to allow such connections to your program.
See Also