Table of Contents

Class MitmproxyProvider

Namespace
Sisk.Helpers.Mitmproxy
Assembly
Sisk.Helpers.mitmproxy.dll

Provides a MITM proxy server handler.

public sealed class MitmproxyProvider : HttpServerHandler
Inheritance
MitmproxyProvider
Inherited Members

Constructors

MitmproxyProvider()

Initializes a new instance of the MitmproxyProvider class.

MitmproxyProvider(ushort, Action<ChildProcessStartInfo>?)

Initializes a new instance of the MitmproxyProvider class with a specified proxy port and optional process setup action.

Properties

MitmdumpProcess

Gets the mitmdump process.

ProxyPort

Gets or sets the proxy port.

Silent

Gets or sets a value indicating whether to run the mitmdump process silently.

Methods

OnServerStarted(HttpServer)

Event that is called immediately after starting the HttpServer, when it's ready and listening.

OnServerStarting(HttpServer)

Event that is called immediately before starting the HttpServer.

OnServerStopped(HttpServer)

Event that is called after the HttpServer is stopped, meaning it has stopped from listening to requests.

OnServerStopping(HttpServer)

Event that is called before the HttpServer stop, when it is stopping from listening requests.