MonobjcMonobjc Documented Class Library
ContinueWithoutCredentialForAuthenticationChallenge Method (challenge)
NamespacesMonobjc.FoundationINSURLAuthenticationChallengeSenderContinueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge)

Attempt to continue downloading a request without providing a credential for a given challenge. (required)

Original signature is '- (void)continueWithoutCredentialForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge'

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

Declaration Syntax
C#Visual BasicVisual C++
void ContinueWithoutCredentialForAuthenticationChallenge(
	NSURLAuthenticationChallenge challenge
)
Sub ContinueWithoutCredentialForAuthenticationChallenge ( _
	challenge As NSURLAuthenticationChallenge _
)
void ContinueWithoutCredentialForAuthenticationChallenge(
	NSURLAuthenticationChallenge^ challenge
)
Parameters
challenge (NSURLAuthenticationChallenge)
A challenge without authentication credentials.
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)