INSUrlDownloadDelegate Interface

Definition

[Foundation.Protocol(Name="NSURLDownloadDelegate", WrapperType=typeof(Foundation.NSUrlDownloadDelegateWrapper))]
public interface INSUrlDownloadDelegate : IDisposable, ObjCRuntime.INativeObject
type INSUrlDownloadDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

CanceledAuthenticationChallenge(INSUrlDownloadDelegate, NSUrlDownload, NSUrlAuthenticationChallenge)
CreatedDestination(INSUrlDownloadDelegate, NSUrlDownload, String)
DecideDestination(INSUrlDownloadDelegate, NSUrlDownload, String)
DecodeSourceData(INSUrlDownloadDelegate, NSUrlDownload, String)
DownloadBegan(INSUrlDownloadDelegate, NSUrlDownload)
FailedWithError(INSUrlDownloadDelegate, NSUrlDownload, NSError)
Finished(INSUrlDownloadDelegate, NSUrlDownload)
ReceivedAuthenticationChallenge(INSUrlDownloadDelegate, NSUrlDownload, NSUrlAuthenticationChallenge)
ReceivedData(INSUrlDownloadDelegate, NSUrlDownload, nuint)
ReceivedResponse(INSUrlDownloadDelegate, NSUrlDownload, NSUrlResponse)
Resume(INSUrlDownloadDelegate, NSUrlDownload, NSUrlResponse, Int64)
WillSendRequest(INSUrlDownloadDelegate, NSUrlDownload, NSUrlRequest, NSUrlResponse)

Applies to