Click or drag to resize
UtilitiesIsBinaryMIME Method
Determines if the specified MIME type is "binary" in nature.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool IsBinaryMIME(
	string sContentType
)

Parameters

sContentType
Type: SystemString
The MIME type

Return Value

Type: Boolean
TRUE if the MIME type is likely binary in nature
See Also