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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void utilDecodeHTTPBody(
HTTPHeaders oHeaders,
ref byte[] arrBody
)
Public Shared Sub utilDecodeHTTPBody (
oHeaders As HTTPHeaders,
ByRef arrBody As Byte()
)
public:
static void utilDecodeHTTPBody(
HTTPHeaders^ oHeaders,
array<unsigned char>^% arrBody
)
Parameters
- oHeaders
- Type: FiddlerHTTPHeaders
*Readonly* headers specifying what encodings are applied - arrBody
- Type: SystemByte
In/Out array to be modified
See Also