SessionutilChunkResponse Method |
Introduces HTTP Chunked encoding on the response body
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool utilChunkResponse(
int iSuggestedChunkCount
)
Public Function utilChunkResponse (
iSuggestedChunkCount As Integer
) As Boolean
public:
bool utilChunkResponse(
int iSuggestedChunkCount
)
Parameters
- iSuggestedChunkCount
- Type: SystemInt32
The number of chunks to try to create
Return Value
Type:
BooleanTRUE if the chunking could be performed.
See Also