Sent to determine whether the URL loader should consult the credential storage to authenticate the download.
Original signature is '- (BOOL)downloadShouldUseCredentialStorage:(NSURLDownload *)download'
Available in Mac OS X v10.6 and later.
| C# | Visual Basic | Visual C++ |
public bool DownloadShouldUseCredentialStorageMessage( NSURLDownload download )
Public Function DownloadShouldUseCredentialStorageMessage ( _ download As NSURLDownload _ ) As Boolean
public: bool DownloadShouldUseCredentialStorageMessage( NSURLDownload^ download )
- download (NSURLDownload)
- MISSING
[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLDownload.NSURLDownloadDelegateEventDispatcher.DownloadShouldUseCredentialStorageMessage(Monobjc.Foundation.NSURLDownload)"]
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)