MonobjcMonobjc Documented Class Library
CanResumeDownloadDecodedWithEncodingMIMEType Method (MIMEType)
NamespacesMonobjc.FoundationNSURLDownloadCanResumeDownloadDecodedWithEncodingMIMEType(NSString)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CanResumeDownloadDecodedWithEncodingMIMEType(
	NSString MIMEType
)
Public Shared Function CanResumeDownloadDecodedWithEncodingMIMEType ( _
	MIMEType As NSString _
) As Boolean
public:
static bool CanResumeDownloadDecodedWithEncodingMIMEType(
	NSString^ MIMEType
)
Parameters
MIMEType (NSString)
The MIME type the caller wants to know about.
Return Value
YES if the URL download object can resume a download that was decoded with the specified MIME type, NO otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)