SessionutilDecodeResponse Method |
Removes chunking and HTTP Compression from the Response. Adds or updates Content-Length header.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool utilDecodeResponse()
Public Function utilDecodeResponse As Boolean
public:
bool utilDecodeResponse()
Return Value
Type:
BooleanReturns TRUE if the response was decoded; returns FALSE on failure, or if response didn't have headers that showed encoding.
See Also