Click or drag to resize
ProxyInjectCustomRequest Method (HTTPRequestHeaders, Byte, StringDictionary)
[DEPRECATED] Directly inject a session into the Fiddler pipeline. NOTE: This method will THROW any exceptions to its caller.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void InjectCustomRequest(
	HTTPRequestHeaders oHeaders,
	byte[] arrRequestBodyBytes,
	StringDictionary oNewFlags
)

Parameters

oHeaders
Type: FiddlerHTTPRequestHeaders
HTTP Request Headers
arrRequestBodyBytes
Type: SystemByte
HTTP Request body (or null)
oNewFlags
Type: System.Collections.SpecializedStringDictionary
StringDictionary of Session Flags (or null)
See Also