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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void InjectCustomRequest(
HTTPRequestHeaders oHeaders,
byte[] arrRequestBodyBytes,
StringDictionary oNewFlags
)
Public Sub InjectCustomRequest (
oHeaders As HTTPRequestHeaders,
arrRequestBodyBytes As Byte(),
oNewFlags As StringDictionary
)
public:
void InjectCustomRequest(
HTTPRequestHeaders^ oHeaders,
array<unsigned char>^ 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