Click or drag to resize
UtilitiesgetResponseBodyEncoding Method
Gets (via Headers or Sniff) the Response Text Encoding. Returns CONFIG.oHeaderEncoding (usually UTF-8) if unknown. Perf: May be quite slow; cache the response

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static Encoding getResponseBodyEncoding(
	Session oSession
)

Parameters

oSession
Type: FiddlerSession
The session

Return Value

Type: Encoding
The encoding of the response body
See Also