MonobjcMonobjc Documented Class Library
DownloadCanAuthenticateAgainstProtectionSpaceMessage Method (download, protectionSpace)
NamespacesMonobjc.FoundationNSURLDownload..::..NSURLDownloadDelegateEventDispatcherDownloadCanAuthenticateAgainstProtectionSpaceMessage(NSURLDownload, NSURLProtectionSpace)

Sent to determine whether the delegate is able to respond to a protection space’s form of authentication.

Original signature is '- (BOOL)download:(NSURLDownload *)download canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool DownloadCanAuthenticateAgainstProtectionSpaceMessage(
	NSURLDownload download,
	NSURLProtectionSpace protectionSpace
)
Public Function DownloadCanAuthenticateAgainstProtectionSpaceMessage ( _
	download As NSURLDownload, _
	protectionSpace As NSURLProtectionSpace _
) As Boolean
public:
bool DownloadCanAuthenticateAgainstProtectionSpaceMessage(
	NSURLDownload^ download, 
	NSURLProtectionSpace^ protectionSpace
)
Parameters
download (NSURLDownload)
The download sending the message.
protectionSpace (NSURLProtectionSpace)
The protection space that generates an authentication challenge.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLDownload.NSURLDownloadDelegateEventDispatcher.DownloadCanAuthenticateAgainstProtectionSpaceMessage(Monobjc.Foundation.NSURLDownload,Monobjc.Foundation.NSURLProtectionSpace)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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