UtilitiesisUnsupportedEncoding Method |
Implements a BlockList for "unknown" encodings that the utilDecode* functions cannot handle
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool isUnsupportedEncoding(
string sTE,
string sCE
)
Public Shared Function isUnsupportedEncoding (
sTE As String,
sCE As String
) As Boolean
public:
static bool isUnsupportedEncoding(
String^ sTE,
String^ sCE
)
Parameters
- sTE
- Type: SystemString
Transfer-Encoding - sCE
- Type: SystemString
Content-Encoding
Return Value
Type:
BooleanTRUE if any encoding is known to be unsupported
See Also