The methods of Foundation.NSUrlConnectionDownloadDelegate are listed below. For a list of all members, see the NSUrlConnectionDownloadDelegate Members list.
See Also: Inherited members from Foundation.NSUrlConnectionDelegate
abstract | FinishedDownloading(NSUrlConnection, NSUrl)Indicates that downloading completed. | |
ResumedDownloading(NSUrlConnection, long, long)Indicates that downloading has resumed after suspension. | ||
WroteData(NSUrlConnection, long, long, long)Indicates that data was written. | ||