#import <NSURLAuthenticationChallengeInternal.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithProtectionSpace:proposedCredential:previousFailureCount:failureResponse:error:sender: |
| (void) | - dealloc |
Geschützte Attribute | |
| NSURLProtectionSpace * | space |
| NSURLCredential * | proposedCredential |
| int | previousFailureCount |
| NSURLResponse * | failureResponse |
| NSError * | error |
| id < NSURLAuthenticationChallengeSender > | sender |
Definiert in Zeile 11 der Datei NSURLAuthenticationChallengeInternal.h.
| - (id) initWithProtectionSpace: | (id) | fp8 | ||
| proposedCredential: | (id) | fp12 | ||
| previousFailureCount: | (int) | fp16 | ||
| failureResponse: | (id) | fp20 | ||
| error: | (id) | fp24 | ||
| sender: | (id) | fp28 | ||
| - (void) dealloc |
Implementiert NSObject.
- (NSURLProtectionSpace*) space [protected] |
Definiert in Zeile 13 der Datei NSURLAuthenticationChallengeInternal.h.
- (NSURLCredential*) proposedCredential [protected] |
Definiert in Zeile 14 der Datei NSURLAuthenticationChallengeInternal.h.
- (int) previousFailureCount [protected] |
Definiert in Zeile 15 der Datei NSURLAuthenticationChallengeInternal.h.
- (NSURLResponse*) failureResponse [protected] |
Definiert in Zeile 16 der Datei NSURLAuthenticationChallengeInternal.h.
Definiert in Zeile 17 der Datei NSURLAuthenticationChallengeInternal.h.
- (id<NSURLAuthenticationChallengeSender>) sender [protected] |
Definiert in Zeile 18 der Datei NSURLAuthenticationChallengeInternal.h.