Click or drag to resize
SessionutilChunkResponse Method
Introduces HTTP Chunked encoding on the response body

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool utilChunkResponse(
	int iSuggestedChunkCount
)

Parameters

iSuggestedChunkCount
Type: SystemInt32
The number of chunks to try to create

Return Value

Type: Boolean
TRUE if the chunking could be performed.
See Also