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.

C# | Visual Basic | Visual 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 )

- challenge (NSURLAuthenticationChallenge)
- MISSING
- sender (INSURLAuthenticationChallengeSender)
- MISSING

[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLAuthenticationChallenge.InitWithAuthenticationChallengeSender(Monobjc.Foundation.NSURLAuthenticationChallenge,Monobjc.Foundation.INSURLAuthenticationChallengeSender)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)