MonobjcMonobjc Documented Class Library
WebViewResourceDidCancelAuthenticationChallengeFromDataSource Method (sender, identifier, challenge, dataSource)
NamespacesMonobjc.WebKitIWebResourceLoadDelegateWebViewResourceDidCancelAuthenticationChallengeFromDataSource(WebView, Id, NSURLAuthenticationChallenge, WebDataSource)

Invoked when an authentication challenge for a resource was canceled.

Original signature is '- (void)webView:(WebView *)sender resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource'

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

Declaration Syntax
C#Visual BasicVisual C++
void WebViewResourceDidCancelAuthenticationChallengeFromDataSource(
	WebView sender,
	Id identifier,
	NSURLAuthenticationChallenge challenge,
	WebDataSource dataSource
)
Sub WebViewResourceDidCancelAuthenticationChallengeFromDataSource ( _
	sender As WebView, _
	identifier As Id, _
	challenge As NSURLAuthenticationChallenge, _
	dataSource As WebDataSource _
)
void WebViewResourceDidCancelAuthenticationChallengeFromDataSource(
	WebView^ sender, 
	Id^ identifier, 
	NSURLAuthenticationChallenge^ challenge, 
	WebDataSource^ dataSource
)
Parameters
sender (WebView)
The web view that sent this message.
identifier (Id)
An identifier object used to track the resource being loaded by dataSource.
challenge (NSURLAuthenticationChallenge)
The authentication challenge that was canceled.
dataSource (WebDataSource)
The data source for this web view.
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.WebKit (Module: Monobjc.WebKit)