SessionutilDecodeResponse Method (Boolean) |
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(
bool bSilent
)
Public Function utilDecodeResponse (
bSilent As Boolean
) As Boolean
public:
bool utilDecodeResponse(
bool bSilent
)
Parameters
- bSilent
- Type: SystemBoolean
TRUE if error messages should be suppressed. False otherwise.
Return Value
Type:
BooleanTRUE if the decoding was successsful.
See Also