parent
fd00b0a5ad
commit
732cd2da02
2 changed files with 10 additions and 0 deletions
|
|
@ -142,6 +142,15 @@
|
||||||
*/
|
*/
|
||||||
@property (nonatomic, strong) NSOutputStream *outputStream;
|
@property (nonatomic, strong) NSOutputStream *outputStream;
|
||||||
|
|
||||||
|
///---------------------------------------------
|
||||||
|
/// @name Managing Request Operation Information
|
||||||
|
///---------------------------------------------
|
||||||
|
|
||||||
|
/**
|
||||||
|
The user info dictionary for the receiver.
|
||||||
|
*/
|
||||||
|
@property (nonatomic, strong) NSDictionary *userInfo;
|
||||||
|
|
||||||
///------------------------------------------------------
|
///------------------------------------------------------
|
||||||
/// @name Initializing an AFURLConnectionOperation Object
|
/// @name Initializing an AFURLConnectionOperation Object
|
||||||
///------------------------------------------------------
|
///------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -144,6 +144,7 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat
|
||||||
@synthesize totalBytesRead = _totalBytesRead;
|
@synthesize totalBytesRead = _totalBytesRead;
|
||||||
@dynamic inputStream;
|
@dynamic inputStream;
|
||||||
@synthesize outputStream = _outputStream;
|
@synthesize outputStream = _outputStream;
|
||||||
|
@synthesize userInfo = _userInfo;
|
||||||
@synthesize backgroundTaskIdentifier = _backgroundTaskIdentifier;
|
@synthesize backgroundTaskIdentifier = _backgroundTaskIdentifier;
|
||||||
@synthesize uploadProgress = _uploadProgress;
|
@synthesize uploadProgress = _uploadProgress;
|
||||||
@synthesize downloadProgress = _downloadProgress;
|
@synthesize downloadProgress = _downloadProgress;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue