Click or drag to resize
UtilitiesutilDecodeHTTPBody Method (HTTPHeaders, Byte)
Remove all encodings from arrBody, based on those specified in the supplied HTTP headers; DOES NOT MODIFY HEADERS. 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
)

Parameters

oHeaders
Type: FiddlerHTTPHeaders
*Readonly* headers specifying what encodings are applied
arrBody
Type: SystemByte
In/Out array to be modified
See Also