Constructor MitmproxyProvider
MitmproxyProvider()
Initializes a new instance of the MitmproxyProvider class.
public MitmproxyProvider()
MitmproxyProvider(ushort, Action<ChildProcessStartInfo>?)
Initializes a new instance of the MitmproxyProvider class with a specified proxy port and optional process setup action.
public MitmproxyProvider(ushort proxyPort, Action<ChildProcessStartInfo>? processSetupAction = null)