Click or drag to resize
ProxyInjectCustomRequest Method
Overload List
  NameDescription
Public methodInjectCustomRequest(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.
Public methodInjectCustomRequest(String, StringDictionary)
[DEPRECATED] Directly inject a session into the Fiddler pipeline. NOTE: This method will THROW any exceptions to its caller.
Public methodInjectCustomRequest(HTTPRequestHeaders, Byte, StringDictionary)
[DEPRECATED] Directly inject a session into the Fiddler pipeline. NOTE: This method will THROW any exceptions to its caller.
Public methodInjectCustomRequest(HTTPRequestHeaders, Byte, Boolean, Boolean) Obsolete.
Top
See Also