Share via


NSUrlSessionDownloadDelegate_Extensions.DidResume Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidResume(this Foundation.INSUrlSessionDownloadDelegate This, Foundation.NSUrlSession session, Foundation.NSUrlSessionDownloadTask downloadTask, long resumeFileOffset, long expectedTotalBytes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidResume : Foundation.INSUrlSessionDownloadDelegate * Foundation.NSUrlSession * Foundation.NSUrlSessionDownloadTask * int64 * int64 -> unit

Parameters

session
NSUrlSession
resumeFileOffset
Int64
expectedTotalBytes
Int64
Attributes

Applies to