UtilitiesIsBinaryMIME Method |
Determines if the specified MIME type is "binary" in nature.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool IsBinaryMIME(
string sContentType
)
Public Shared Function IsBinaryMIME (
sContentType As String
) As Boolean
public:
static bool IsBinaryMIME(
String^ sContentType
)
Parameters
- sContentType
- Type: SystemString
The MIME type
Return Value
Type:
BooleanTRUE if the MIME type is likely binary in nature
See Also