ProxySendRequest Method (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.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public Session SendRequest(
string sRequest,
StringDictionary oNewFlags
)
Public Function SendRequest (
sRequest As String,
oNewFlags As StringDictionary
) As Session
public:
Session^ SendRequest(
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)
Return Value
Type:
SessionThe new session
See Also