Click or drag to resize
UtilitiesutilDecodeHTTPBody Method (HTTPHeaders, Byte, Boolean)
Remove all encodings from arrBody, based on those specified in the supplied HTTP headers; DOES NOT MODIFY HEADERS. DOES NOT HANDLE UNSUPPORTED ENCODINGS WELL. Throws on errors.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void utilDecodeHTTPBody(
	HTTPHeaders oHeaders,
	ref byte[] arrBody,
	bool bSilent
)

Parameters

oHeaders
Type: FiddlerHTTPHeaders
*Readonly* headers specifying what encodings are applied
arrBody
Type: SystemByte
In/Out array to be modified
bSilent
Type: SystemBoolean
FALSE to show dialog boxes on errors, TRUE to remain silent
See Also