Foundation.NSUrlConnectionDownloadDelegate Members

The members of Foundation.NSUrlConnectionDownloadDelegate are listed below.

See Also: Inherited members from Foundation.NSUrlConnectionDelegate

Protected Constructors

Default constructor, initializes a new instance of this class.
Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

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.