EBDataRequest Class Reference
Inherits from | EBRequest : NSObject |
Declared in | EBDataRequest.h EBDataRequest.m |
Tasks
-
– initWithURL:
Creates a new request with the specified URL. Not started until start is called.
-
+ requestWithURL:
Creates a new request with the specified URL. Not started until start is called.
-
– start
Starts an asynchronous request
-
– stop
Stops an asynchronous request.
-
– isRunning
Specifies whether the current request is running.
Instance Methods
initWithURL:
Creates a new request with the specified URL. Not started until start is called.
- (id)initWithURL:(NSURL *)url
Parameters
- url
URL for the request.
Discussion
Creates a new request with the specified URL. Not started until start is called.
Declared In
EBRequest.h
isRunning
Specifies whether the current request is running.
- (BOOL)isRunning
Discussion
Specifies whether the current request is running.
Declared In
EBRequest.h