ClassProxyBase
Class
Base class for all proxy endpoints. This class is responsible for accepting incoming connections and passing them off to a handler thread.
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public class ProxyBase : IDisposable
Inheritance: objectProxyBase
Derived Classes:
Implements:
Inherited Members
Constructors
ProxyBase()
Declaration
cs-api-definition
public ProxyBase()
Fields
Properties
IsListening
Returns true if the proxy is listening on a port.
ListenPort
The port on which this instance is listening
Methods
Dispose()
Dispose Fiddler's listening socket
Declaration
cs-api-definition
public void Dispose()
Implements
ToString()
Returns a string of information about this instance and the ServerPipe reuse pool
Declaration
cs-api-definition
public override string ToString()
Returns
A multiline string
Overrides