Returns whether a URL download object can resume a download that was decoded with the specified MIME type.
Original signature is '+ (BOOL)canResumeDownloadDecodedWithEncodingMIMEType:(NSString *)MIMEType'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |

- MIMEType (NSString)
- The MIME type the caller wants to know about.

YES if the URL download object can resume a download that was decoded with the specified MIME type, NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)