SessionGetResponseBodyEncoding Method |
Find the text encoding of the response
WARNING: Will not decompress body to scan for indications of the character set
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public Encoding GetResponseBodyEncoding()
Public Function GetResponseBodyEncoding As Encoding
public:
Encoding^ GetResponseBodyEncoding()
Return Value
Type:
EncodingThe Encoding of the responseBodyBytes
See Also