/headers/Foundation/NSURLRequestInternal.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class NSHTTPURLRequestParameters, NSMutableDictionary, NSURL;
00010 
00011 @interface NSURLRequestInternal : NSObject
00012 {
00013     NSURL *URL;
00014     unsigned int cachePolicy;
00015     double timeoutInterval;
00016     NSURL *mainDocumentURL;
00017     NSMutableDictionary *properties;
00018     NSHTTPURLRequestParameters *HTTPParameters;
00019     BOOL performsContentDecoding;
00020     BOOL _pad1;
00021     BOOL _pad2;
00022     BOOL _pad3;
00023 }
00024 
00025 - (void)dealloc;
00026 
00027 @end
00028