Click or drag to resize
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: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
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: Session
The new session
See Also