MonobjcMonobjc Documented Class Library
DownloadShouldDecodeSourceDataOfMIMEType Event
NamespacesMonobjc.FoundationNSURLDownload..::..NSURLDownloadDelegateEventDispatcherDownloadShouldDecodeSourceDataOfMIMEType

Sent when a download object determines that the downloaded file is encoded to inquire whether the file should be automatically decoded.

Original signature is '- (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType'

Available in Mac OS X v10.2 with Safari 1.0 installed and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
YES to decode the file, 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)