MonobjcMonobjc Documented Class Library
InitWithProtectionSpaceProposedCredentialPreviousFailureCountFailureResponseErrorSender Method (space, credential, count, response, error, sender)
NamespacesMonobjc.FoundationNSURLAuthenticationChallengeInitWithProtectionSpaceProposedCredentialPreviousFailureCountFailureResponseErrorSender(NSURLProtectionSpace, NSURLCredential, NSInteger, NSURLResponse, NSError, INSURLAuthenticationChallengeSender)

Returns an initialized NSURLAuthenticationChallenge object for the specified space using the credential, or nil if there is no proposed credential.

Original signature is '- (id)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(NSURLCredential *)credential previousFailureCount:(NSInteger)count failureResponse:(NSURLResponse *)response error:(NSError *)error sender:(id < NSURLAuthenticationChallengeSender >)sender'

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

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithProtectionSpaceProposedCredentialPreviousFailureCountFailureResponseErrorSender(
	NSURLProtectionSpace space,
	NSURLCredential credential,
	NSInteger count,
	NSURLResponse response,
	NSError error,
	INSURLAuthenticationChallengeSender sender
)
Public Overridable Function InitWithProtectionSpaceProposedCredentialPreviousFailureCountFailureResponseErrorSender ( _
	space As NSURLProtectionSpace, _
	credential As NSURLCredential, _
	count As NSInteger, _
	response As NSURLResponse, _
	error As NSError, _
	sender As INSURLAuthenticationChallengeSender _
) As Id
public:
virtual Id^ InitWithProtectionSpaceProposedCredentialPreviousFailureCountFailureResponseErrorSender(
	NSURLProtectionSpace^ space, 
	NSURLCredential^ credential, 
	NSInteger count, 
	NSURLResponse^ response, 
	NSError^ error, 
	INSURLAuthenticationChallengeSender^ sender
)
Parameters
space (NSURLProtectionSpace)
MISSING
credential (NSURLCredential)
MISSING
count (NSInteger)
MISSING
response (NSURLResponse)
MISSING
error (NSError)
MISSING
sender (INSURLAuthenticationChallengeSender)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLAuthenticationChallenge.InitWithProtectionSpaceProposedCredentialPreviousFailureCountFailureResponseErrorSender(Monobjc.Foundation.NSURLProtectionSpace,Monobjc.Foundation.NSURLCredential,Monobjc.Foundation.NSInteger,Monobjc.Foundation.NSURLResponse,Monobjc.Foundation.NSError,Monobjc.Foundation.INSURLAuthenticationChallengeSender)"]

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)