Click or drag to resize
UtilitiesdoUnchunk Method
Removes HTTP chunked encoding from the data in writeData and returns the resulting array.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static byte[] doUnchunk(
	byte[] writeData
)

Parameters

writeData
Type: SystemByte
Some chunked data

Return Value

Type: Byte
Unchunked data. Throws InvalidDataException on data format errors.
See Also