ProxyInjectCustomRequest Method (String, StringDictionary) |
[DEPRECATED] Directly inject a session into the Fiddler pipeline.
NOTE: This method will THROW any exceptions to its caller.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void InjectCustomRequest(
string sRequest,
StringDictionary oNewFlags
)
Public Sub InjectCustomRequest (
sRequest As String,
oNewFlags As StringDictionary
)
public:
void InjectCustomRequest(
String^ sRequest,
StringDictionary^ oNewFlags
)
Parameters
- sRequest
- Type: SystemString
String representing the HTTP request. If headers only, be sure to end with CRLFCRLF - oNewFlags
- Type: System.Collections.SpecializedStringDictionary
StringDictionary of Session Flags (or null)
See Also