
Icon | Member | Description |
---|---|---|
![]() | NSURLDownload(NSURLRequest, Id) | Returns an initialized URL download for a URL request and begins to download the data for the request. Original signature is '- (id)initWithRequest:(NSURLRequest *)request delegate:(id)delegate' Available in Mac OS X v10.2 with Safari 1.0 installed and later. |
![]() | NSURLDownload(NSData, Id, NSString) | Returns an initialized NSURLDownload object that will resume downloading the specified data to the specified file and begins the download. Original signature is '- (id)initWithResumeData:(NSData *)resumeData delegate:(id)delegate path:(NSString *)path' Available in Mac OS X v10.4 and later. |
![]() | NSURLDownload()()()() |
Initializes a new instance of the NSURLDownload class.
|
![]() | NSURLDownload(IntPtr) |
Initializes a new instance of the NSURLDownload class.
|
![]() | NSURLDownload(String, Object, array<Object>[]()[][]) |
Initializes a new instance of the NSURLDownload class.
|