Proxy Class |
Namespace: Fiddler
The Proxy type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssignEndpointCertificate |
Assign HTTPS Certificate for this endpoint
|
![]() | Attach |
Register as the system proxy for WinINET and set the Dynamic registry key for other FiddlerHook
|
![]() | Detach |
Detach the proxy by setting the registry keys and sending a Windows Message
|
![]() | Dispose |
Dispose Fiddler's listening socket
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindGatewayForOrigin |
This function, when given a scheme host[:port], returns the gateway information of the proxy to forward requests to.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InjectCustomRequest(String) |
[DEPRECATED]: This version does no validation of the request data, and doesn't set SessionFlags.RequestGeneratedByFiddler
Send a custom HTTP request to Fiddler's listening endpoint (127.0.0.1:8888 by default).
NOTE: This method will THROW any exceptions to its caller and blocks the current thread.
|
![]() | InjectCustomRequest(String, StringDictionary) |
[DEPRECATED] Directly inject a session into the Fiddler pipeline.
NOTE: This method will THROW any exceptions to its caller.
|
![]() | InjectCustomRequest(HTTPRequestHeaders, Byte, StringDictionary) |
[DEPRECATED] Directly inject a session into the Fiddler pipeline.
NOTE: This method will THROW any exceptions to its caller.
|
![]() | InjectCustomRequest(HTTPRequestHeaders, Byte, Boolean, Boolean) | Obsolete. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDetachedUnexpectedly | |
![]() | PurgeServerPipePool |
Clear the pool of Server Pipes. May be called by extensions.
|
![]() | SendRequest(String, StringDictionary) |
Directly inject a session into the Fiddler pipeline, returning a reference to it.
NOTE: This method will THROW any exceptions to its caller.
|
![]() | SendRequest(HTTPRequestHeaders, Byte, StringDictionary) | |
![]() | SendRequest(HTTPRequestHeaders, Byte, StringDictionary, EventHandlerStateChangeEventArgs) | |
![]() | SendRequestAndWait | |
![]() | ToString |
Returns a string of information about this instance and the ServerPipe reuse pool
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | IsAttached |
Returns true if Fiddler believes it is currently registered as the Local System proxy
|
![]() | ListenPort |
The port on which this instance is listening
|
Name | Description | |
---|---|---|
![]() | DetachedUnexpectedly |
This event handler fires when Fiddler detects that it is (unexpectedly) no longer the system's registered proxy
|