Platforms to show: All Mac Windows Linux Cross-Platform
NSURLAuthenticationChallengeMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Networking | MBS MacBase Plugin | 7.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- property Handle as Integer
- 9 methods
- method cancelAuthenticationChallenge
- method Constructor Private
- method continueWithoutCredentialForAuthenticationChallenge
- method error as NSErrorMBS
- method failureResponse as NSURLResponseMBS
- method previousFailureCount as Integer
- method proposedCredential as NSURLCredentialMBS
- method protectionSpace as NSURLProtectionSpaceMBS
- method useCredential(credential as NSURLCredentialMBS)
This class has no sub classes.
Some events using this class:
- DesktopWKWebViewControlMBS.DidReceiveAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- NSURLConnectionMBS.didCancelAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS)
- NSURLConnectionMBS.didReceiveAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS)
- NSURLConnectionMBS.willSendRequestForAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS)
- NSURLDownloadMBS.didReceiveAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS)
- NSURLSessionMBS.didReceiveChallenge(challenge as NSURLAuthenticationChallengeMBS, byref disposition as Integer, byref credential as NSURLCredentialMBS)
- WKWebViewControlMBS.DidReceiveAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- WKWebViewControlMBS.downloadDidReceiveAuthenticationChallenge(download as WKDownloadMBS, challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- WKWebViewIOSControlMBS.DidReceiveAuthenticationChallenge(challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- WKWebViewIOSControlMBS.downloadDidReceiveAuthenticationChallenge(download as WKDownloadMBS, challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
Some examples using this class:
- /MacBase/NSURLConnection test
- /MacBase/NSURLDownload/NSURLDownload Example
- /MacBase/NSURLDownload/NSURLDownload test
- /MacCocoa/NSURLConnection test
- /MacFrameworks/NSURLSession Test
The items on this page are in the following plugins: MBS MacBase Plugin.
NSUndoManagerMBS - NSURLCacheMBS