FiddlerApplicationStartup Method (Int32, 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
)
Public Shared Sub Startup (
iListenPort As Integer,
bRegisterAsSystemProxy As Boolean,
bDecryptSSL As Boolean
)
public:
static void Startup(
int iListenPort,
bool bRegisterAsSystemProxy,
bool bDecryptSSL
)
Parameters
- iListenPort
- Type: SystemInt32
- bRegisterAsSystemProxy
- Type: SystemBoolean
- bDecryptSSL
- Type: SystemBoolean
See Also