Click or drag to resize
SessionGetRequestBodyEncoding Method
Find the text encoding of the request 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 GetRequestBodyEncoding()

Return Value

Type: Encoding
Returns the Encoding of the requestBodyBytes
See Also