MonobjcMonobjc Documented Class Library
DownloadDidCancelAuthenticationChallengeMessage Method (download, challenge)
NamespacesMonobjc.FoundationNSURLDownload..::..NSURLDownloadDelegateEventDispatcherDownloadDidCancelAuthenticationChallengeMessage(NSURLDownload, NSURLAuthenticationChallenge)

Sent if an authentication challenge is canceled due to the protocol implementation encountering an error.

Original signature is '- (void)download:(NSURLDownload *)download didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge'

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

Declaration Syntax
C#Visual BasicVisual C++
public void DownloadDidCancelAuthenticationChallengeMessage(
	NSURLDownload download,
	NSURLAuthenticationChallenge challenge
)
Public Sub DownloadDidCancelAuthenticationChallengeMessage ( _
	download As NSURLDownload, _
	challenge As NSURLAuthenticationChallenge _
)
public:
void DownloadDidCancelAuthenticationChallengeMessage(
	NSURLDownload^ download, 
	NSURLAuthenticationChallenge^ challenge
)
Parameters
download (NSURLDownload)
The URL download object sending the message.
challenge (NSURLAuthenticationChallenge)
The authentication challenge that caused the download object to cancel the download.
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)