MonobjcMonobjc Documented Class Library
NSURLAuthenticationChallenge Constructor (challenge, sender)
NamespacesMonobjc.FoundationNSURLAuthenticationChallengeNSURLAuthenticationChallenge(NSURLAuthenticationChallenge, INSURLAuthenticationChallengeSender)

Returns an initialized NSURLAuthenticationChallenge object copying the properties from challenge, and setting the authentication sender to sender.

Original signature is '- (id)initWithAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge 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 NSURLAuthenticationChallenge(
	NSURLAuthenticationChallenge challenge,
	INSURLAuthenticationChallengeSender sender
)
Public Sub New ( _
	challenge As NSURLAuthenticationChallenge, _
	sender As INSURLAuthenticationChallengeSender _
)
public:
NSURLAuthenticationChallenge(
	NSURLAuthenticationChallenge^ challenge, 
	INSURLAuthenticationChallengeSender^ sender
)
Parameters
Return Value
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)