#import <NSURLProtectionSpace.h>
Abgeleitet von NSObject und < NSCopying >.
Öffentliche Methoden | |
| (id) | - _internalInit |
| (id) | - initWithHost:port:protocol:realm:authenticationMethod: |
| (id) | - initWithProxyHost:port:type:realm:authenticationMethod: |
| (id) | - init |
| (void) | - dealloc |
| (id) | - realm |
| (BOOL) | - receivesCredentialSecurely |
| (BOOL) | - isProxy |
| (id) | - host |
| (int) | - port |
| (id) | - proxyType |
| (id) | - copyWithZone: |
| (unsigned int) | - hash |
| (BOOL) | - isEqual: |
| (id) | - authenticationMethod |
| (id) | - protocol |
Geschützte Attribute | |
| NSURLProtectionSpaceInternal * | _internal |
Definiert in Zeile 13 der Datei NSURLProtectionSpace.h.
| - (id) _internalInit |
| - (id) initWithHost: | (id) | fp8 | ||
| port: | (int) | fp12 | ||
| protocol: | (id) | fp16 | ||
| realm: | (id) | fp20 | ||
| authenticationMethod: | (id) | fp24 | ||
| - (id) initWithProxyHost: | (id) | fp8 | ||
| port: | (int) | fp12 | ||
| type: | (id) | fp16 | ||
| realm: | (id) | fp20 | ||
| authenticationMethod: | (id) | fp24 | ||
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (id) realm |
| - (BOOL) receivesCredentialSecurely |
| - (BOOL) isProxy |
| - (id) host |
| - (int) port |
| - (id) proxyType |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (unsigned int) hash |
Implementiert NSObject.
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
| - (id) authenticationMethod |
| - (id) protocol |
- (NSURLProtectionSpaceInternal*) _internal [protected] |
Definiert in Zeile 15 der Datei NSURLProtectionSpace.h.