SessionGetRequestBodyEncoding Method |
Find the text encoding of the request
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 GetRequestBodyEncoding()
Public Function GetRequestBodyEncoding As Encoding
public:
Encoding^ GetRequestBodyEncoding()
Return Value
Type:
EncodingReturns the Encoding of the requestBodyBytes
See Also