MonobjcMonobjc Documented Class Library
InitWithAuthenticationChallengeSender Method (challenge, sender)
NamespacesMonobjc.FoundationNSURLAuthenticationChallengeInitWithAuthenticationChallengeSender(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 virtual Id InitWithAuthenticationChallengeSender(
	NSURLAuthenticationChallenge challenge,
	INSURLAuthenticationChallengeSender sender
)
Public Overridable Function InitWithAuthenticationChallengeSender ( _
	challenge As NSURLAuthenticationChallenge, _
	sender As INSURLAuthenticationChallengeSender _
) As Id
public:
virtual Id^ InitWithAuthenticationChallengeSender(
	NSURLAuthenticationChallenge^ challenge, 
	INSURLAuthenticationChallengeSender^ sender
)
Parameters
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLAuthenticationChallenge.InitWithAuthenticationChallengeSender(Monobjc.Foundation.NSURLAuthenticationChallenge,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)