public interface NSURLAuthenticationChallengeSenderProtocol extends NSObjectProtocol
NSURLAuthenticationChallengeSenderProtocol
protocol.
See the protocol documentation at the Apple's site: NSURLAuthenticationChallengeSenderProtocolModifier and Type | Method and Description |
---|---|
void |
cancelAuthenticationChallenge(NSURLAuthenticationChallenge challenge) |
void |
continueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge challenge) |
void |
useCredential_forAuthenticationChallenge(NSURLCredential credential,
NSURLAuthenticationChallenge challenge)
This method represents the
useCredential() method of the NSURLAuthenticationChallengeSenderProtocol Objective-C protocol. |
_class, autorelease, conformsToProtocol, description, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, release, respondsToSelector, retain, retainCount, self, superclass, zone
void useCredential_forAuthenticationChallenge(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
useCredential()
method of the NSURLAuthenticationChallengeSenderProtocol Objective-C protocol.credential
- challenge
- void continueWithoutCredentialForAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
void cancelAuthenticationChallenge(NSURLAuthenticationChallenge challenge)