Share via


NSUrlDownloadDelegate.Resume(NSUrlDownload, NSUrlResponse, Int64) Method

Definition

[Foundation.Export("download:willResumeWithResponse:fromByte:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Resume(Foundation.NSUrlDownload download, Foundation.NSUrlResponse response, long startingByte);
[<Foundation.Export("download:willResumeWithResponse:fromByte:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Resume : Foundation.NSUrlDownload * Foundation.NSUrlResponse * int64 -> unit
override this.Resume : Foundation.NSUrlDownload * Foundation.NSUrlResponse * int64 -> unit

Parameters

download
NSUrlDownload
response
NSUrlResponse
startingByte
Int64

Implements

Attributes

Applies to