Click or drag to resize
UtilitiesdoChunk Method
Takes a byte array and applies HTTP Chunked Transfer Encoding to it

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static byte[] doChunk(
	byte[] writeData,
	int iSuggestedChunkCount
)

Parameters

writeData
Type: SystemByte
The byte array to convert
iSuggestedChunkCount
Type: SystemInt32
The number of chunks to try to create

Return Value

Type: Byte
The byte array with Chunked Transfer Encoding applied
See Also