ProxyInjectCustomRequest Method |
Name | Description | |
---|---|---|
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. |