Click or drag to resize
SessionGetResponseBodyEncoding Method
Find the text encoding of the response WARNING: Will not decompress body to scan for indications of the character set

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public Encoding GetResponseBodyEncoding()

Return Value

Type: Encoding
The Encoding of the responseBodyBytes
See Also