Platforms to show: All Mac Windows Linux Cross-Platform
NSURLProtectionSpaceMBS 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 authenticationMethod as string
- method Constructor Private
- method host as string
- method isProxy as boolean
- method port as Integer
- method protocol as string
- method proxyType as string
- method realm as string
- method receivesCredentialSecurely as boolean
- 15 shared methods
- shared method NSURLAuthenticationMethodClientCertificate as String
- shared method NSURLAuthenticationMethodDefault as String
- shared method NSURLAuthenticationMethodHTMLForm as String
- shared method NSURLAuthenticationMethodHTTPBasic as String
- shared method NSURLAuthenticationMethodHTTPDigest as String
- shared method NSURLAuthenticationMethodNegotiate as String
- shared method NSURLAuthenticationMethodNTLM as String
- shared method NSURLAuthenticationMethodServerTrust as String
- shared method NSURLProtectionSpaceFTP as String
- shared method NSURLProtectionSpaceFTPProxy as String
- shared method NSURLProtectionSpaceHTTP as String
- shared method NSURLProtectionSpaceHTTPProxy as String
- shared method NSURLProtectionSpaceHTTPS as String
- shared method NSURLProtectionSpaceHTTPSProxy as String
- shared method NSURLProtectionSpaceSOCKSProxy as String
This class has no sub classes.
Blog Entries
Release notes
- Version 20.2
- Added NSURLAuthenticationMethod* constant getters in NSURLProtectionSpaceMBS class.
Some methods using this class:
- NSURLAuthenticationChallengeMBS.protectionSpace as NSURLProtectionSpaceMBS
- NSURLCredentialMBS.credentialWithTrustingServer(ProtectionSpace as NSURLProtectionSpaceMBS) as NSURLCredentialMBS
- NSURLCredentialStorageMBS.defaultCredentialForProtectionSpace(space as NSURLProtectionSpaceMBS) as NSURLCredentialMBS
Some events using this class:
- NSURLConnectionMBS.canAuthenticateAgainstProtectionSpace(protectionSpace as NSURLProtectionSpaceMBS) as boolean
- NSURLDownloadMBS.canAuthenticateAgainstProtectionSpace(protectionSpace as NSURLProtectionSpaceMBS) as boolean
Some examples using this class:
- /MacBase/NSURLConnection test
- /MacBase/NSURLDownload/NSURLDownload Example
- /MacBase/NSURLDownload/NSURLDownload test
- /MacCocoa/NSURLConnection test
Some related classes:
- class NSURLAuthenticationChallengeMBS
- class NSURLConnectionMBS
- class NSURLCredentialMBS
- class NSURLCredentialStorageMBS
- class NSURLDownloadMBS
The items on this page are in the following plugins: MBS MacBase Plugin.
NSURLMBS - NSURLRequestCertificateFilterMBS
