Click or drag to resize
UtilitiesisUnsupportedEncoding Method
Implements a BlockList for "unknown" encodings that the utilDecode* functions cannot handle

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool isUnsupportedEncoding(
	string sTE,
	string sCE
)

Parameters

sTE
Type: SystemString
Transfer-Encoding
sCE
Type: SystemString
Content-Encoding

Return Value

Type: Boolean
TRUE if any encoding is known to be unsupported
See Also